test/jdk/tools/jpackage/createinstaller/windows/base/JPackageCreateInstallerFileAssociationsBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57283 0b0be19f79e4
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
   147             "--input", "input",
   147             "--input", "input",
   148             "--output", "output",
   148             "--output", "output",
   149             "--name", TEST_NAME,
   149             "--name", TEST_NAME,
   150             "--main-jar", "hello.jar",
   150             "--main-jar", "hello.jar",
   151             "--main-class", "Hello",
   151             "--main-class", "Hello",
   152             "--overwrite",
       
   153             "--files", "hello.jar",
   152             "--files", "hello.jar",
   154             "--file-associations", "fa.properties"};
   153             "--file-associations", "fa.properties"};
   155     }
   154     }
   156 
   155 
   157     public static void run(String name, String ext) throws Exception {
   156     public static void run(String name, String ext) throws Exception {