--- old/test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java 2019-08-07 12:36:00.005436600 -0400 +++ new/test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java 2019-08-07 12:35:58.793677900 -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