< prev index next >

test/jdk/java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java

Print this page
rev 51731 : imported patch 8210732

@@ -25,16 +25,16 @@
   @test
   @key headful
   @bug 8071668
   @summary Check whether clipboard see changes from external process after taking ownership
   @author Anton Nashatyrev: area=datatransfer
-  @library /lib/testlibrary
-  @build jdk.testlibrary.Utils
+  @library /test/lib
+  @build jdk.test.lib.Utils
   @run main ClipboardInterVMTest
 */
 
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 import java.awt.*;
 import java.awt.datatransfer.*;
 import java.io.BufferedReader;
 import java.io.File;
< prev index next >