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:
@@ -52,13 +52,9 @@
|
|||||||
<!--
|
<!--
|
||||||
- The names of the unit tests to run. By default all tests are run, but
|
- 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:
|
- this can be overridden from the command line by something like:
|
||||||
- ant -Dtestmatch=**/FooTestCase.java test
|
- ant -Dtestmatch=**/FooTestCase.java testall
|
||||||
-
|
|
||||||
- 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.
|
|
||||||
-->
|
-->
|
||||||
<property name="testmatch" value="**/pathable/*TestCase"/>
|
<property name="testmatch" value="**/*TestCase"/>
|
||||||
|
|
||||||
|
|
||||||
<!-- ========== Derived Values ============================================ -->
|
<!-- ========== Derived Values ============================================ -->
|
||||||
|
|||||||
Reference in New Issue
Block a user