test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java
branchJDK-8200758-branch
changeset 57688 7ea8c623393c
parent 57446 5a5b85f00a63
child 57909 c7de06ed4b54
--- a/test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java	Thu Aug 08 17:21:32 2019 -0400
+++ b/test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java	Thu Aug 08 17:23:13 2019 -0400
@@ -22,6 +22,18 @@
  */
 
 /*
+ * Test both --win-upgrade-uuid and --app-version parameters.
+ * Output of the test should be WinUpgradeUUIDTest-1.0.exe 
+ * and WinUpgradeUUIDTest-2.0.exe installers.
+ * Both output installers should provide the same functionality as the default 
+ * installer (see description of the default installer in Test.java) but have 
+ * the same product code and different versions.
+ * Running WinUpgradeUUIDTest-2.0.exe installer should automatically 
+ * uninstall older version of the test application previously installed with
+ * WinUpgradeUUIDTest-1.0.exe installer.
+ */
+
+/*
  * @test
  * @summary jpackage create installer test
  * @library ../../helpers