buildframework/helium/sf/java/legacy/tests/antunit/test_common.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/legacy/tests/antunit/test_common.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/legacy/tests/antunit/test_common.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -55,19 +55,6 @@
         </hlm:exec>
         <au:assertPropertyEquals name="testexec" value="hi"/>
     </target>
-    
-    <target name="test-ivy-tools">
-        <property name="data.dir" location="../data" />
-        <ivy:configure file="../data/ivy/tools_ivy_settings.xml" override="true" />
-        <ivy:resolve file="../data/ivy/ivy.xml" conf="core" haltonfailure="true" />
-    </target>
 
-    <target name="test-ivy-tools-invalid">
-        <property name="data.dir" location="../data" />
-        <ivy:configure file="../data/ivy/tools_ivy_settings.xml" override="true" />
-        <au:expectfailure message="impossible to resolve dependencies:">
-            <ivy:resolve file="../data/ivy/ivy.xml" conf="core-invalid" haltonfailure="true" />
-        </au:expectfailure>
-    </target>
 </project>