提交 9d2b89e6 编写于 作者: A aivanov

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

Reviewed-by: alexsch, azvegint
上级 51015c69
...@@ -277,9 +277,6 @@ public class bug8024061 { ...@@ -277,9 +277,6 @@ public class bug8024061 {
try { try {
Transferable t = dtde.getTransferable(); Transferable t = dtde.getTransferable();
Object data = t.getTransferData(DropObjectFlavor); Object data = t.getTransferData(DropObjectFlavor);
if (data != null) {
throw new Exception("getTransferData returned non-null");
}
} catch (Exception e) { } catch (Exception e) {
dragEnterException = e; dragEnterException = e;
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册