mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
JavaAutoPopupTest: don't spam to stdout
This commit is contained in:
@@ -894,9 +894,7 @@ class Foo {
|
||||
void bar(int aaa, int aaaaa) { foo(<caret>) }
|
||||
} """)
|
||||
type 'a'
|
||||
println myFixture.lookupElementStrings
|
||||
type 'a'
|
||||
println myFixture.lookupElementStrings
|
||||
type ','
|
||||
assert myFixture.editor.document.text.contains('foo(aaa, )')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user