You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/03/15 00:40:03 UTC

svn commit: r754554 - /commons/proper/lang/trunk/pom.xml

Author: sebb
Date: Sat Mar 14 23:40:03 2009
New Revision: 754554

URL: http://svn.apache.org/viewvc?rev=754554&view=rev
Log:
Re-enable test as it has now been fixed

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=754554&r1=754553&r2=754554&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Mar 14 23:40:03 2009
@@ -410,9 +410,6 @@
             <include>**/*Test.java</include>
           </includes>
           <excludes>
-            <!-- TODO: Fix this test -->
-            <exclude>**/ShortPrefixToStringStyleTest.java</exclude>
-
             <exclude>**/*TestSuite.java</exclude>
             <exclude>**/*PerformanceTest.java</exclude>
             <exclude>**/AllLangTestSuite.java</exclude>