test/jdk/tools/jpackage/share/JavaOptionsEqualsTest.java
branchJDK-8200758-branch
changeset 58114 42df7de58e39
parent 57455 f1290ca0fee6
child 58147 45a9084fe981
equal deleted inserted replaced
58113:885b0543f6e4 58114:42df7de58e39
    45 
    45 
    46     private static final String WARNING_2
    46     private static final String WARNING_2
    47                                    = "WARNING: Unknown module: other.mod.bar";
    47                                    = "WARNING: Unknown module: other.mod.bar";
    48 
    48 
    49     private static final String[] CMD = {
    49     private static final String[] CMD = {
       
    50         "--package-type", "app-image",
    50         "--input", "input",
    51         "--input", "input",
    51         "--description", "the two options below should cause two app execution "
    52         "--description", "the two options below should cause two app execution "
    52             + "Warnings with two lines output saying: "
    53             + "Warnings with two lines output saying: "
    53             + "WARNING: Unknown module: <module-name>",
    54             + "WARNING: Unknown module: <module-name>",
    54         "--output", OUTPUT,
    55         "--output", OUTPUT,