From 55b3265e69ed8ce5899aa0f09f96697876a4d7e2 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sun, 17 Oct 2010 11:45:35 +0000 Subject: [PATCH] Synchronise tests with Ant build; update to latest JUnit git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1023468 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4073b64d1..2ef336992 100644 --- a/pom.xml +++ b/pom.xml @@ -359,7 +359,7 @@ junit junit - 4.3.1 + 4.8.2 test @@ -395,8 +395,21 @@ maven-surefire-plugin - org/apache/commons/collections/TestAllPackages.java + **/Test*.java + + **/*$* + **/TestAll*.java + **/TestAbstract* + **/TestArrayList.java + **/TestLinkedList.java + **/TestHashMap.java + **/TestTreeMap.java + **/TestTypedCollection.java + **/TestAnyAllOnePredicate.java + **/TestCompositePredicate.java + **/TestUtils.java +