test/jdk/tools/jpackage/createinstaller/linux/base/JPackageCreateInstallerFileAssociationsBase.java
branchJDK-8200758-branch
changeset 57307 4948a1944cf9
parent 57241 e11f3bf34083
child 57414 6eda749d3117
equal deleted inserted replaced
57306:b3b59183df78 57307:4948a1944cf9
   135             "--input", "input",
   135             "--input", "input",
   136             "--output", "output",
   136             "--output", "output",
   137             "--name", TEST_NAME,
   137             "--name", TEST_NAME,
   138             "--main-jar", "hello.jar",
   138             "--main-jar", "hello.jar",
   139             "--main-class", "Hello",
   139             "--main-class", "Hello",
   140             "--files", "hello.jar",
       
   141             "--file-associations", "fa.properties"};
   140             "--file-associations", "fa.properties"};
   142     }
   141     }
   143 
   142 
   144     public static void run(String name, String ext) throws Exception {
   143     public static void run(String name, String ext) throws Exception {
   145         init(name, ext);
   144         init(name, ext);