mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
Reviewed-by: alexsch, azvegint
This commit is contained in:
parent
fe279aa4d8
commit
e209029c14
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user