mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove obsolete test
This commit is contained in:
-11
@@ -66,15 +66,4 @@ public class EmptyCatchBlockInspectionTest extends LightInspectionTestCase {
|
||||
" }\n" +
|
||||
"}\n");
|
||||
}
|
||||
|
||||
public void testTest() {
|
||||
doTest("import junit.framework.TestCase;\n" +
|
||||
"class C extends TestCase {\n" +
|
||||
" public void testM() {\n" +
|
||||
" try {\n" +
|
||||
" throw new Exception();\n" +
|
||||
" } catch (Exception e) {}\n" +
|
||||
" }\n" +
|
||||
"}\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user