File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
test/jdk/tools/jpackage/macosx Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 2525import jdk .jpackage .test .Annotations .Test ;
2626
2727/**
28- * Tests generation of app image with --mac-app-store and --jlink-options. jpackage should able
29- * to generate app image if "--strip-native-commands" is specified for --jlink-options and should
30- * fail if it is not specified.
28+ * Tests generation of app image with --mac-app-store and --jlink-options.
3129 */
3230
3331/*
@@ -50,13 +48,4 @@ public static void testWithStripNativeCommands() throws Exception {
5048
5149 cmd .executeAndAssertHelloAppImageCreated ();
5250 }
53-
54- @ Test
55- public static void testWithoutStripNativeCommands () throws Exception {
56- JPackageCommand cmd = JPackageCommand .helloAppImage ();
57- cmd .addArguments ("--mac-app-store" , "--jlink-options" ,
58- "--strip-debug --no-man-pages --no-header-files" );
59-
60- cmd .execute (1 );
61- }
6251}
You can’t perform that action at this time.
0 commit comments