test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageModuleTest.java
branchJDK-8200758-branch
changeset 57414 6eda749d3117
parent 57395 521c02b9eed0
equal deleted inserted replaced
57413:45c74e654794 57414:6eda749d3117
    33  */
    33  */
    34 public class JPackageCreateAppImageModuleTest {
    34 public class JPackageCreateAppImageModuleTest {
    35     private static final String OUTPUT = "output";
    35     private static final String OUTPUT = "output";
    36 
    36 
    37     private static final String [] CMD1 = {
    37     private static final String [] CMD1 = {
    38         "create-app-image",
       
    39         "--module-path", "module",
    38         "--module-path", "module",
    40         "--module", "com.other/com.other.Other",
    39         "--module", "com.other/com.other.Other",
    41         "--output", OUTPUT,
    40         "--output", OUTPUT,
    42         "--name", "test",
    41         "--name", "test",
    43     };
    42     };
    44 
    43 
    45     private static String [] commands = {
    44     private static String [] commands = {
    46         "create-app-image",
       
    47         "--module-path", "module",
    45         "--module-path", "module",
    48         "--module", "com.other/com.other.Other",
    46         "--module", "com.other/com.other.Other",
    49         "--output", OUTPUT,
    47         "--output", OUTPUT,
    50         "--name", "test",
    48         "--name", "test",
    51         "--add-modules", "TBD",
    49         "--add-modules", "TBD",