test/jdk/tools/jpackage/windows/exe/WinShortcutTest.java
branchJDK-8200758-branch
changeset 57688 7ea8c623393c
parent 57446 5a5b85f00a63
child 57909 c7de06ed4b54
equal deleted inserted replaced
57687:c56bbf4aaf98 57688:7ea8c623393c
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
       
    22  */
       
    23 
       
    24 /*
       
    25  * Test --win-shortcut parameter.
       
    26  * Output of the test should be WinShortcutTest-1.0.exe installer.
       
    27  * The output installer should provide the same functionality as the default installer 
       
    28  * (see description of the default installer in Test.java) plus install 
       
    29  * application shortcut on the desktop.
    22  */
    30  */
    23 
    31 
    24 /*
    32 /*
    25  * @test
    33  * @test
    26  * @summary jpackage create installer test
    34  * @summary jpackage create installer test