Build tools - "testlib-tests" task is commented out.

This commit is contained in:
Evgeny Goldin
2012-03-07 21:31:32 +01:00
parent 44b2fec726
commit 5da08b2bbc
+2 -2
View File
@@ -310,7 +310,7 @@
<then> <then>
<!-- Batch tests --> <!-- Batch tests -->
<if> <if>
<matches string="@{classpath}" pattern="/.jar$"/> <matches string="@{classpath}" pattern="\.jar$"/>
<then> <then>
<!-- Batch tests from a jar --> <!-- Batch tests from a jar -->
<echo>Running JUnit: classpath = "@{classpath}" (Jar)</echo> <echo>Running JUnit: classpath = "@{classpath}" (Jar)</echo>
@@ -488,7 +488,7 @@
<hello-tests/> <hello-tests/>
<longer-examples-tests/> <longer-examples-tests/>
<module-tests/> <module-tests/>
<testlib-tests/> <!--<testlib-tests/>-->
<compilation-fail-test/> <compilation-fail-test/>
</target> </target>
</project> </project>