< prev index next >

test/jdk/tools/jpackage/linux/LinuxBundleNameTest.java

Print this page

        

*** 44,56 **** * @test * @summary jpackage with --linux-package-name * @library ../helpers * @requires (os.family == "linux") * @modules jdk.jpackage/jdk.jpackage.internal ! * @run main/othervm/timeout=360 -Xmx512m BundleNameTest */ ! public class BundleNameTest { public static void main(String[] args) { final String PACKAGE_NAME = "quickbrownfox2"; Test.run(args, () -> { --- 44,56 ---- * @test * @summary jpackage with --linux-package-name * @library ../helpers * @requires (os.family == "linux") * @modules jdk.jpackage/jdk.jpackage.internal ! * @run main/othervm/timeout=360 -Xmx512m LinuxBundleNameTest */ ! public class LinuxBundleNameTest { public static void main(String[] args) { final String PACKAGE_NAME = "quickbrownfox2"; Test.run(args, () -> {
< prev index next >