test/jdk/tools/jpackage/windows/exe/WinMenuGroupTest.java
branchJDK-8200758-branch
changeset 57909 c7de06ed4b54
parent 57688 7ea8c623393c
equal deleted inserted replaced
57908:9a005146bc1c 57909:c7de06ed4b54
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * Test --win-menu and --win-menu-group parameters.
    25  * Test --win-menu and --win-menu-group parameters.
    26  * Output of the test should be WinMenuGroupTest-1.0.exe installer.
    26  * Output of the test should be WinMenuGroupTest-1.0.exe installer.
    27  * The output installer should provide the same functionality as the default 
    27  * The output installer should provide the same functionality as the default
    28  * installer (see description of the default installer in Test.java) plus 
    28  * installer (see description of the default installer in Test.java) plus
    29  * it should create a shortcut for application launcher in Windows Menu in 
    29  * it should create a shortcut for application launcher in Windows Menu in
    30  * "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\WinMenuGroupTest_MenuGroup" folder.
    30  * "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\WinMenuGroupTest_MenuGroup" folder.
    31  */
    31  */
    32 
    32 
    33 /*
    33 /*
    34  * @test
    34  * @test