more debug JavaAutoPopupTest

This commit is contained in:
peter.gromov
2010-11-03 16:59:49 +03:00
parent 6b6c216c29
commit 40f021a83b

View File

@@ -53,8 +53,12 @@ class JavaAutoPopupTest extends CompletionAutoPopupTestCase {
""")
type "r"
assertOrderedEquals myFixture.lookupElementStrings, "iter", "iterable"
println "b1"
type '\b'
assertOrderedEquals myFixture.lookupElementStrings, "iterable"
println "b2"
type '\b'
assertOrderedEquals myFixture.lookupElementStrings, "itaa", "iterable"
type "a"