test/jdk/tools/jpackage/createinstaller/windows/base/JPackageCreateInstallerWinRegistryNameBase.java
branchJDK-8200758-branch
changeset 57307 4948a1944cf9
parent 57241 e11f3bf34083
child 57414 6eda749d3117
equal deleted inserted replaced
57306:b3b59183df78 57307:4948a1944cf9
   149             "--input", "input",
   149             "--input", "input",
   150             "--output", "output",
   150             "--output", "output",
   151             "--name", TEST_NAME,
   151             "--name", TEST_NAME,
   152             "--main-jar", "hello.jar",
   152             "--main-jar", "hello.jar",
   153             "--main-class", "Hello",
   153             "--main-class", "Hello",
   154             "--files", "hello.jar",
       
   155             "--file-associations", "fa.properties",
   154             "--file-associations", "fa.properties",
   156             "--win-registry-name", WIN_REGISTRY_NAME};
   155             "--win-registry-name", WIN_REGISTRY_NAME};
   157     }
   156     }
   158 
   157 
   159     public static void run(String name, String ext) throws Exception {
   158     public static void run(String name, String ext) throws Exception {