test/jdk/java/awt/FileDialog/MoveToTrashTest.java
changeset 49090 82c1fe23c469
parent 48426 c08f1067ef57
equal deleted inserted replaced
49089:149647adb633 49090:82c1fe23c469
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25   @test
    25   @test
       
    26   @key headful
    26   @bug 8190515 8193468
    27   @bug 8190515 8193468
    27   @summary java.awt.Desktop.moveToTrash(File) prompts on Windows 7 but not on Mac.
    28   @summary java.awt.Desktop.moveToTrash(File) prompts on Windows 7 but not on Mac.
    28   @run main MoveToTrashTest
    29   @run main MoveToTrashTest
    29 */
    30 */
    30 
    31