mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix NormalCompletionOrderingTest expectations again: getUI method is not 1.9-only anymore
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ class NormalCompletionOrderingTest extends CompletionSortingTestCase {
|
||||
}
|
||||
|
||||
void testJComponentInstanceMembers() throws Throwable {
|
||||
checkPreferredItems(0, "getAccessibleContext", "getUIClassID", "getUI")
|
||||
checkPreferredItems(0, "getAccessibleContext", "getUI", "getUIClassID")
|
||||
}
|
||||
|
||||
void testClassStaticMembersInBooleanContext() throws Throwable {
|
||||
|
||||
Reference in New Issue
Block a user