You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Display.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1627,6 +1627,18 @@ public void test_getWarnings() {
1627
1627
}
1628
1628
}
1629
1629
1630
+
@Test
1631
+
publicvoidtest_manyDispose() {
1632
+
inti = 0;
1633
+
// We iterate a number slightly bigger than MAX_CALLBACKS
1634
+
// If a single non-static callback isn't disposed then the
1635
+
// callback table will be filled and this test will fail
0 commit comments