BAEL-3732: Move core-java-security-manager into core-java-security (#8460)
* BAEL-3732: Move core-java-security-manager into core-java-security * BAEL-3732: Teardown the security manager to not interfere with other tests
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
8c77986e6a
commit
04a571ea02
@@ -0,0 +1,5 @@
|
||||
grant {
|
||||
// This is for testing purposes only.
|
||||
// It allows us to properly reset the security manager after the unit test completes.
|
||||
permission java.lang.RuntimePermission "setSecurityManager";
|
||||
};
|
||||
Reference in New Issue
Block a user