completion in empty autopopup phase fixed

This commit is contained in:
peter
2011-03-11 19:06:23 +01:00
parent 6a6288e625
commit b392f3269a
4 changed files with 59 additions and 34 deletions

View File

@@ -623,4 +623,12 @@ public interface Test {
}
public void testExplicitCompletionOnEmptyAutopopup() {
myFixture.configureByText("a.java", "<caret>")
type 'cccccc'
myFixture.completeBasic()
joinCompletion()
assert !lookup
}
}