samples/messagedigest/build.xml
changeset 263 7e8e995065c5
parent 128 8ef997796d0a
     1.1 --- a/samples/messagedigest/build.xml	Sat Jun 14 09:55:09 2008 +0200
     1.2 +++ b/samples/messagedigest/build.xml	Sat Jun 14 18:51:38 2008 +0200
     1.3 @@ -34,6 +34,7 @@
     1.4          <echo level="info" message="Running the tests without bridge module. This should fail."/>
     1.5          <antcall target="-run-one">
     1.6              <param name="test.cp" value="build/new-api/classes"/>
     1.7 +            <param name="test-sys-prop.no.md5" value="true"/>
     1.8          </antcall>
     1.9      </target>
    1.10      
    1.11 @@ -70,6 +71,10 @@
    1.12                  <path location="build/test/classes"/>
    1.13                  <path location="${junit.jar}"/>
    1.14              </classpath>
    1.15 +            <syspropertyset>
    1.16 +                <propertyref prefix="test-sys-prop."/>
    1.17 +                <mapper from="test-sys-prop.*" to="*" type="glob"/>
    1.18 +            </syspropertyset>
    1.19              <formatter type="brief" usefile="false"/>
    1.20              <formatter type="xml"/>
    1.21              <jvmarg value="${debug1}"/>