test/jdk/tools/jpackage/windows/exe/FileAssociationsTest.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 --file-associations parameter.
    25  * Test --file-associations parameter.
    26  * Output of the test should be FileAssociationsTest-1.0.exe installer.
    26  * Output of the test should be FileAssociationsTest-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  * configure file associations.
    29  * configure file associations.
    30  * After installation files with ".jptest1" suffix should be associated with 
    30  * After installation files with ".jptest1" suffix should be associated with
    31  * the test app.
    31  * the test app.
    32  *
    32  *
    33  * Suggested test scenario is to create empty file with ".jptest1" suffix, 
    33  * Suggested test scenario is to create empty file with ".jptest1" suffix,
    34  * double click on it and make sure that test application was launched in 
    34  * double click on it and make sure that test application was launched in
    35  * response to double click event with the path to test .jptest1 file 
    35  * response to double click event with the path to test .jptest1 file
    36  * on the commend line.
    36  * on the commend line.
    37  */
    37  */
    38 
    38 
    39 /*
    39 /*
    40  * @test
    40  * @test