buildframework/helium/tools/logging/test/test_logging.ant.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/tools/logging/test/test_logging.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/logging/test/test_logging.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -97,13 +97,17 @@
     
      <!-- Check the build-property-cache-file exists or not -->
     <target name="test-build-property-cache-file-exists">
-        <antcall target="diamonds"/>
+        <antcall target="diamonds">
+            <param name="diamonds.enabled" value="false"/>
+        </antcall>
         <au:assertFileExists file="${build.property.cache.file}" />
     </target>
     
     <!-- Check the build-property-cache-file contents-->
     <target name="test-build-property-cache-file-content">
-        <antcall target="diamonds"/>
+        <antcall target="diamonds">
+            <param name="diamonds.enabled" value="false"/>
+        </antcall>
         <loadfile property="test.data" srcFile="${build.property.cache.file}"/>
         <au:assertMatches string="${test.data}" pattern="diamonds.build.url" />
     </target>