Author: dennisl
Date: Tue Aug 7 21:31:04 2012
New Revision: 1370541
URL: http://svn.apache.org/viewvc?rev=1370541&view=rev
Log:
Remove the exclusion of the failing test class. The Maven build now runs all
the tests that the Ant build does and with the same result. A total of 105
tests, with one failure because of LOGGING-119.
Modified:
commons/proper/logging/trunk/pom.xml
Modified: commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1370541&r1=1370540&r2=1370541&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Tue Aug 7 21:31:04 2012
@@ -356,9 +356,6 @@ under the License.
<includes>
<include>**/*TestCase.java</include>
</includes>
- <excludes>
- <exclude>**/WeakHashTableTestCase.java</exclude>
- </excludes>
<systemPropertyVariables>
<!--
<org.apache.commons.logging.diagnostics.dest>STDOUT</org.apache.commons.logging.diagnostics.dest>