mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Test data fixed
This commit is contained in:
@@ -18,9 +18,12 @@ public class KeywordCompletionTest extends LightCompletionTestCase {
|
||||
return JavaTestUtil.getJavaTestDataPath();
|
||||
}
|
||||
|
||||
private static final String[] ourPackageScopeKeywords =
|
||||
new String[]{"package", "public", "private", "import", "final", "class", "interface", "abstract", "enum", null};
|
||||
|
||||
public void testModifiersFileScope_1() throws Exception {
|
||||
configureByFile(BASE_PATH + "/fileScope-1.java");
|
||||
testByCount(7, "package", "public", "private", "import", "final", "class", "interface", "abstract", null);
|
||||
testByCount(8, ourPackageScopeKeywords);
|
||||
}
|
||||
|
||||
private static final String[] ourClassScopeKeywords =
|
||||
|
||||
Reference in New Issue
Block a user