|
From: <la...@us...> - 2009-07-08 11:52:01
|
Revision: 115
http://tmapi.svn.sourceforge.net/tmapi/?rev=115&view=rev
Author: larsga
Date: 2009-07-08 11:52:00 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
Simplified test running by using org.tmapi.AllTests.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2009-07-08 11:40:58 UTC (rev 114)
+++ trunk/build.xml 2009-07-08 11:52:00 UTC (rev 115)
@@ -198,21 +198,9 @@
<pathelement location="${dir.build.tests}"/>
</classpath>
<formatter type="brief" usefile="false"/>
- <test name="org.tmapi.core.AllCoreTests"/>
+ <test name="org.tmapi.AllTests"/>
</junit>
<fail message="Tests failed. Check test output." if="test.failed"/>
-
- <junit printsummary="true" showoutput="false"
- errorProperty="test.failed" failureProperty="test.failed"
- fork="true">
- <classpath>
- <pathelement location="${dir.build.classes}"/>
- <pathelement location="${dir.build.tests}"/>
- </classpath>
- <formatter type="brief" usefile="false"/>
- <test name="org.tmapi.index.AllIndexTests"/>
- </junit>
- <fail message="Tests failed. Check test output." if="test.failed"/>
</target>
<!-- =================================================================== -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|