mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fire action listeners when executing editor actions in tests
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class JavaAutoPopupTest extends CompletionAutoPopupTestCase {
|
||||
assertOrderedEquals myFixture.lookupElementStrings, "iterable", "iterable2"
|
||||
|
||||
assertEquals 'iterable', lookup.currentItem.lookupString
|
||||
myFixture.performEditorAction IdeActions.ACTION_EDITOR_MOVE_CARET_DOWN
|
||||
edt { myFixture.performEditorAction IdeActions.ACTION_EDITOR_MOVE_CARET_DOWN }
|
||||
assertEquals 'iterable2', lookup.currentItem.lookupString
|
||||
|
||||
type "r"
|
||||
|
||||
Reference in New Issue
Block a user