test/jdk/tools/jpackage/share/ArgumentsModuleTest.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 ArgumentsModuleTest {
    34 public class ArgumentsModuleTest {
    35     private static final String OUTPUT = "output";
    35     private static final String OUTPUT = "output";
    36 
    36 
    37     private static final String[] CMD = {
    37     private static final String[] CMD = {
       
    38         "--package-type", "app-image",
    38         "--output", OUTPUT,
    39         "--output", OUTPUT,
    39         "--name", "test",
    40         "--name", "test",
    40         "--module", "com.hello/com.hello.Hello",
    41         "--module", "com.hello/com.hello.Hello",
    41         "--module-path", "input",
    42         "--module-path", "input",
    42         "--arguments", "TBD"};
    43         "--arguments", "TBD"};