test/jdk/tools/jpackage/share/ModuleTest.java
branchJDK-8200758-branch
changeset 58114 42df7de58e39
parent 57446 5a5b85f00a63
child 58147 45a9084fe981
equal deleted inserted replaced
58113:885b0543f6e4 58114:42df7de58e39
    33  */
    33  */
    34 public class ModuleTest {
    34 public class ModuleTest {
    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         "--package-type", "app-image",
    38         "--module-path", "module",
    39         "--module-path", "module",
    39         "--module", "com.other/com.other.Other",
    40         "--module", "com.other/com.other.Other",
    40         "--output", OUTPUT,
    41         "--output", OUTPUT,
    41         "--name", "test",
    42         "--name", "test",
    42     };
    43     };
    43 
    44 
    44     private static String [] commands = {
    45     private static String [] commands = {
       
    46         "--package-type", "app-image",
    45         "--module-path", "module",
    47         "--module-path", "module",
    46         "--module", "com.other/com.other.Other",
    48         "--module", "com.other/com.other.Other",
    47         "--output", OUTPUT,
    49         "--output", OUTPUT,
    48         "--name", "test",
    50         "--name", "test",
    49         "--add-modules", "TBD",
    51         "--add-modules", "TBD",