mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
update the ad and productivity hints for global method name completion (IDEA-65928)
This commit is contained in:
@@ -119,6 +119,8 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
|
||||
public void testPreferLongerNamesOption() throws Exception {
|
||||
configureByFile("PreferLongerNamesOption.java");
|
||||
|
||||
assertT
|
||||
|
||||
assertEquals(3, myItems.length);
|
||||
assertEquals("abcdEfghIjk", myItems[0].getLookupString());
|
||||
assertEquals("efghIjk", myItems[1].getLookupString());
|
||||
|
||||
Reference in New Issue
Block a user