--- old/test/jdk/tools/jpackage/windows/exe/WinMenuGroupTest.java 2019-08-07 12:35:16.393659600 -0400 +++ new/test/jdk/tools/jpackage/windows/exe/WinMenuGroupTest.java 2019-08-07 12:35:15.135628000 -0400 @@ -22,6 +22,15 @@ */ /* + * Test --win-menu and --win-menu-group parameters. + * Output of the test should be WinMenuGroupTest-1.0.exe installer. + * The output installer should provide the same functionality as the default + * installer (see description of the default installer in Test.java) plus + * it should create a shortcut for application launcher in Windows Menu in + * "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\WinMenuGroupTest_MenuGroup" folder. + */ + +/* * @test * @summary jpackage create installer test * @library ../../helpers