update the ad and productivity hints for global method name completion (IDEA-65928)

This commit is contained in:
peter
2011-02-28 17:45:50 +01:00
parent 7e11944b34
commit 791955006e
4 changed files with 5 additions and 2 deletions

View File

@@ -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());