From 67bca7a1e8d492b67b1a7985342e2fcf7fb02007 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sun, 8 Mar 2009 02:34:41 +0000 Subject: [PATCH] Hooking up tests and tests to ignore git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@751360 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fca779f8..76f274cee 100644 --- a/pom.xml +++ b/pom.xml @@ -407,9 +407,14 @@ maven-surefire-plugin - **/*TestSuite.java + **/*Test.java + + **/ShortPrefixToStringStyleTest.java + + **/*TestSuite.java + **/*PerformanceTest.java **/AllLangTestSuite.java