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:
3
pom.xml
3
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user