test/jdk/tools/jpackage/share/AddLaunchersTest.java
branchJDK-8200758-branch
changeset 58993 b5e1baa9d2c3
parent 58888 d802578912f3
child 58994 b09ba68c6a19
--- a/test/jdk/tools/jpackage/share/AddLaunchersTest.java	Wed Nov 06 07:13:25 2019 -0500
+++ b/test/jdk/tools/jpackage/share/AddLaunchersTest.java	Wed Nov 06 07:20:07 2019 -0500
@@ -35,7 +35,7 @@
     private static final String OUTPUT = "output";
     private static final String [] CMD1 = {
         "--description", "Test non modular app with multiple add-launchers where one is modular app and other is non modular app",
-        "--package-type", "app-image",
+        "--type", "app-image",
         "--input", "input",
         "--dest", OUTPUT,
         "--name", "test",
@@ -48,7 +48,7 @@
 
     private static final String [] CMD2 = {
         "--description", "Test modular app with multiple add-launchers where one is modular app and other is non modular app",
-        "--package-type", "app-image",
+        "--type", "app-image",
         "--input", "input",
         "--dest", OUTPUT,
         "--name", "test",