You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-java/velocity/files/velocity-2.3-skipSecurityMa...

12 lines
383 B

bug #923612
--- a/src/test/java/org/apache/velocity/test/issues/VelTools66TestCase.java
+++ b/src/test/java/org/apache/velocity/test/issues/VelTools66TestCase.java
@@ -58,7 +58,6 @@ public class VelTools66TestCase
Velocity.RUNTIME_LOG_INSTANCE, new TestLogger());
Velocity.init();
- System.setSecurityManager(new TestSecurityManager());
}