8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails

Reviewed-by: alexsch, azvegint
This commit is contained in:
Alexey Ivanov 2014-12-09 13:11:20 +03:00
parent fe279aa4d8
commit e209029c14

View File

@ -277,9 +277,6 @@ public class bug8024061 {
try {
Transferable t = dtde.getTransferable();
Object data = t.getTransferData(DropObjectFlavor);
if (data != null) {
throw new Exception("getTransferData returned non-null");
}
} catch (Exception e) {
dragEnterException = e;
e.printStackTrace();