< prev index next >

test/jdk/tools/jpackage/windows/exe/WinRegistryNameTest.java

Print this page

        

@@ -20,10 +20,21 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /*
+ * Test both --file-associations and --win-registry-name parameters.
+ * Output of the test should be WinRegistryNameTest-1.0.exe installer.
+ * The output installer should provide the same functionality as 
+ * installer from FileAssociationsTest.java test with the following 
+ * differences:
+ *  - file association should work for files with with ".jptest2" suffix.
+ *  - file association config should be saved in Windows Registry 
+ *  not under "JPWINTESTREGISTRYNAME" key.
+ */
+
+/*
  * @test
  * @summary jpackage create installer test
  * @library ../../helpers
  * @library ../base
  * @build JPackageHelper
< prev index next >