test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageJLinkModuleTest.java
branchJDK-8200758-branch
changeset 57414 6eda749d3117
parent 57395 521c02b9eed0
equal deleted inserted replaced
57413:45c74e654794 57414:6eda749d3117
    36 public class JPackageCreateAppImageJLinkModuleTest {
    36 public class JPackageCreateAppImageJLinkModuleTest {
    37     private static final String OUTPUT = "output";
    37     private static final String OUTPUT = "output";
    38     private static final String RUNTIME = "runtime";
    38     private static final String RUNTIME = "runtime";
    39 
    39 
    40     private static final String [] CMD = {
    40     private static final String [] CMD = {
    41         "create-app-image",
       
    42         "--output", OUTPUT,
    41         "--output", OUTPUT,
    43         "--name", "test",
    42         "--name", "test",
    44         "--module", "com.other/com.other.Other",
    43         "--module", "com.other/com.other.Other",
    45         "--runtime-image", RUNTIME,
    44         "--runtime-image", RUNTIME,
    46     };
    45     };