1
0

Minor tweak to unit testing stuff.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-07-06 12:42:56 +00:00
parent 1b26226906
commit 7bac91638b

View File

@@ -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 ============================================ -->