mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-10 20:17:29 -07:00
Closes: https://bugs.gentoo.org/916476 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
11 lines
487 B
Diff
11 lines
487 B
Diff
--- a/jaxb-api-test/src/test/java/javax/xml/bind/test/JAXBContextTest.java
|
|
+++ b/jaxb-api-test/src/test/java/javax/xml/bind/test/JAXBContextTest.java
|
|
@@ -265,7 +265,6 @@ public class JAXBContextTest {
|
|
private void enableSM() {
|
|
System.setSecurityManager(null);
|
|
System.setProperty("java.security.policy", classesDir + "javax/xml/bind/test.policy");
|
|
- System.setSecurityManager(new SecurityManager());
|
|
}
|
|
|
|
private void cleanResource(Path resource) {
|