Author: skitching
Date: Wed Jul 6 05:42:56 2005
New Revision: 209454
URL: http://svn.apache.org/viewcvs?rev=209454&view=rev
Log:
Minor tweak to unit testing stuff.
Modified:
jakarta/commons/proper/logging/trunk/build.xml
Modified: jakarta/commons/proper/logging/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=209454&r1=209453&r2=209454&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Wed Jul 6 05:42:56 2005
@@ -52,13 +52,9 @@
<!--
- The names of the unit tests to run. By default all tests are run, but
- this can be overridden from the command line by something like:
- - ant -Dtestmatch=**/FooTestCase.java test
- -
- - Currently, the default is to run only the "pathable" test cases as
- - the others still need to be converted over to specifying their
- - custom classpaths.
+ - ant -Dtestmatch=**/FooTestCase.java testall
-->
- <property name="testmatch" value="**/pathable/*TestCase"/>
+ <property name="testmatch" value="**/*TestCase"/>
<!-- ========== Derived Values ============================================ -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]