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 25
25
import jdk .jpackage .test .Annotations .Test ;
26
26
27
27
/**
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.
31
29
*/
32
30
33
31
/*
@@ -50,13 +48,4 @@ public static void testWithStripNativeCommands() throws Exception {
50
48
51
49
cmd .executeAndAssertHelloAppImageCreated ();
52
50
}
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
- }
62
51
}
You can’t perform that action at this time.
0 commit comments