test/jdk/tools/jpackage/windows/base/WinMenuBase.java
branchJDK-8200758-branch
changeset 57788 370bae2d88fe
parent 57446 5a5b85f00a63
equal deleted inserted replaced
57776:783db59cd8d3 57788:370bae2d88fe
    72             "--input", "input",
    72             "--input", "input",
    73             "--output", "output",
    73             "--output", "output",
    74             "--name", TEST_NAME,
    74             "--name", TEST_NAME,
    75             "--main-jar", "hello.jar",
    75             "--main-jar", "hello.jar",
    76             "--main-class", "Hello",
    76             "--main-class", "Hello",
       
    77             "--win-console",
    77             "--win-menu"};
    78             "--win-menu"};
    78     }
    79     }
    79 
    80 
    80     public static void run(String name, String ext) throws Exception {
    81     public static void run(String name, String ext) throws Exception {
    81         init(name, ext);
    82         init(name, ext);