test/jdk/tools/jpackage/windows/exe/FileAssociationsInstallDirTest.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 both --file-associations and --install-dir parameters.
    25  * Test both --file-associations and --install-dir parameters.
    26  * Output of the test should be FileAssociationsInstallDirTest-1.0.exe installer.
    26  * Output of the test should be FileAssociationsInstallDirTest-1.0.exe installer.
    27  * For the expected behavior and suggested testing see descriptions of 
    27  * For the expected behavior and suggested testing see descriptions of
    28  * FileAssociationsTest and InstallDirTest tests.
    28  * FileAssociationsTest and InstallDirTest tests.
    29  * Note: file association suffix is ".jptest3" and not ".jptest1" as in 
    29  * Note: file association suffix is ".jptest3" and not ".jptest1" as in
    30  * FileAssociationsTest test.
    30  * FileAssociationsTest test.
    31  */
    31  */
    32  
    32 
    33 /*
    33 /*
    34  * @test
    34  * @test
    35  * @summary jpackage create installer test
    35  * @summary jpackage create installer test
    36  * @library ../../helpers
    36  * @library ../../helpers
    37  * @library ../base
    37  * @library ../base