TestUtils contains no test cases, just test utilities

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1023467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-10-17 11:44:57 +00:00
parent aa048da715
commit 8836de67a8
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ limitations under the License.
<exclude name="**/TestTypedCollection.java"/>
<exclude name="**/TestAnyAllOnePredicate.java"/>
<exclude name="**/TestCompositePredicate.java"/>
<exclude name="**/TestUtils.java"/>
</fileset>
</batchtest>
</junit>