< prev index next >

jdk/test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyWithJarTest.java

Print this page
rev 17251 : 8180888: move jdk.testlibrary.JarUtils to the top level testlibrary
Reviewed-by: duke

*** 1,7 **** /* ! * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 25,41 **** import java.io.File; import java.nio.file.Files; import java.nio.file.Paths; import java.security.AccessController; import jdk.testlibrary.ProcessTools; ! import jdk.testlibrary.JarUtils; /** * @test * @bug 8050402 * @summary Check policy is extensible with user defined permissions ! * @library /lib/testlibrary * @compile TVJar/TVPermission.java * @run main ExtensiblePolicyWithJarTest */ public class ExtensiblePolicyWithJarTest { --- 25,41 ---- import java.io.File; import java.nio.file.Files; import java.nio.file.Paths; import java.security.AccessController; import jdk.testlibrary.ProcessTools; ! import jdk.test.lib.util.JarUtils; /** * @test * @bug 8050402 * @summary Check policy is extensible with user defined permissions ! * @library /lib/testlibrary /test/lib * @compile TVJar/TVPermission.java * @run main ExtensiblePolicyWithJarTest */ public class ExtensiblePolicyWithJarTest {
< prev index next >