test/jdk/tools/jpackage/windows/exe/WinRegistryNameTest.java
branchJDK-8200758-branch
changeset 57688 7ea8c623393c
parent 57446 5a5b85f00a63
--- a/test/jdk/tools/jpackage/windows/exe/WinRegistryNameTest.java	Thu Aug 08 17:21:32 2019 -0400
+++ b/test/jdk/tools/jpackage/windows/exe/WinRegistryNameTest.java	Thu Aug 08 17:23:13 2019 -0400
@@ -22,6 +22,17 @@
  */
 
 /*
+ * 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