1
0

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:
Dennis Lundberg
2007-07-22 23:20:07 +00:00
parent b00096592f
commit 9f95a43ec8

View File

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