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
Let the tests throw the exceptions instead to be handled by the JUnit
framework. The adapted places do not throw CoreExceptions that would
require additional handling for proper formatting.
Copy file name to clipboardExpand all lines: tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/FileImageDescriptorTest.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@
14
14
15
15
packageorg.eclipse.jface.tests.performance;
16
16
17
-
importjava.io.IOException;
18
17
importjava.net.URL;
19
18
importjava.util.ArrayList;
20
19
importjava.util.Enumeration;
@@ -70,12 +69,7 @@ public void testRefresh() throws Throwable {
Copy file name to clipboardExpand all lines: tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/ProgressMonitorDialogPerformanceTest.java
0 commit comments