mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
more debug JavaAutoPopupTest
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user