fire action listeners when executing editor actions in tests

This commit is contained in:
peter
2011-07-11 19:35:08 +02:00
parent 5118394e62
commit 1234ca2495
2 changed files with 10 additions and 5 deletions
@@ -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"