jdk/test/java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java
changeset 39056 d99e63b6d962
parent 32427 c22b7e41adf3
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25   @test
    25   @test
       
    26   @key headful
    26   @bug 8071668
    27   @bug 8071668
    27   @summary Check whether clipboard see changes from external process after taking ownership
    28   @summary Check whether clipboard see changes from external process after taking ownership
    28   @author Anton Nashatyrev: area=datatransfer
    29   @author Anton Nashatyrev: area=datatransfer
    29   @library /lib/testlibrary
    30   @library /lib/testlibrary
    30   @build jdk.testlibrary.Utils
    31   @build jdk.testlibrary.Utils