buildframework/helium/sf/java/core/tests/antunit/executor/test_executor.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/core/tests/antunit/executor/test_executor.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/tests/antunit/executor/test_executor.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -72,12 +72,6 @@
             <arg line="-lib ../../../../antlibs"/>
             <arg line="target"/>
         </exec>
-        <exec osfamily="unix" executable="ant">
-            <arg value="-Dant.executor.class=com.nokia.helium.core.ant.HeliumExecutor"/>
-            <arg line="-lib ../../../../bin"/>
-            <arg line="-lib ../../../../lib"/>
-            <arg line="-lib ../../../../antlibs"/>
-            <arg line="target"/>
-        </exec>
+        <au:assertLogContains text="final-target is executed as postbuild action" />
     </target>
 </project>