jdk/test/java/awt/datatransfer/CustomClassLoaderTransferTest/CustomClassLoaderTransferTest.java
changeset 39056 d99e63b6d962
parent 25134 ee53c90dfeb1
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 /*
     1 /*
     2   @test
     2   @test
       
     3   @key headful
     3   @bug 4932376
     4   @bug 4932376
     4   @summary verifies that data transfer within one JVM works correctly if
     5   @summary verifies that data transfer within one JVM works correctly if
     5            the transfer data was created with a custom class loader.
     6            the transfer data was created with a custom class loader.
     6   @author das@sparc.spb.su area=datatransfer
     7   @author das@sparc.spb.su area=datatransfer
     7   @library ../../regtesthelpers
     8   @library ../../regtesthelpers