test/jdk/tools/jpackage/windows/WinPerUserInstallTest.java
branchJDK-8200758-branch
changeset 58994 b09ba68c6a19
parent 58761 88e2753a2334
equal deleted inserted replaced
58993:b5e1baa9d2c3 58994:b09ba68c6a19
    40  * @summary jpackage with --win-per-user-install, --win-menu, --win-menu-group
    40  * @summary jpackage with --win-per-user-install, --win-menu, --win-menu-group
    41  * @library ../helpers
    41  * @library ../helpers
    42  * @key jpackagePlatformPackage
    42  * @key jpackagePlatformPackage
    43  * @build jdk.jpackage.test.*
    43  * @build jdk.jpackage.test.*
    44  * @requires (os.family == "windows")
    44  * @requires (os.family == "windows")
    45  * @modules jdk.jpackage/jdk.jpackage.internal
    45  * @modules jdk.incubator.jpackage/jdk.incubator.jpackage.internal
    46  * @compile WinPerUserInstallTest.java
    46  * @compile WinPerUserInstallTest.java
    47  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    47  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    48  *  --jpt-run=WinPerUserInstallTest
    48  *  --jpt-run=WinPerUserInstallTest
    49  */
    49  */
    50 
    50