Exclude the security tests because they rely on the MockSecurityManager that uses code that was first introduced in Java 1.4.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@558564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -324,6 +324,12 @@
|
||||
- a jvm < 1.4
|
||||
-->
|
||||
<exclude name="org/apache/commons/logging/jdk14/*"/>
|
||||
<!--
|
||||
- Exclude the security tests because they rely on the
|
||||
- MockSecurityManager that uses code that was first introduced in
|
||||
- Java 1.4
|
||||
-->
|
||||
<exclude name="org/apache/commons/logging/security/*"/>
|
||||
</fileset>
|
||||
</batchtest>
|
||||
</junit>
|
||||
|
||||
Reference in New Issue
Block a user