1
0

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.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1370541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2012-08-07 21:31:04 +00:00
parent c453d4e95a
commit a4f2277bfa

View File

@@ -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>