From 67d0f6c20b589afb2714596c72b3db124bcf9d26 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 8 Jul 2011 17:43:34 +0200 Subject: [PATCH] more test debugging --- .../intellij/codeInsight/completion/JavaAutoPopupTest.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy index ffd80f1e0f62..1be2d92aa0fc 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -582,6 +582,8 @@ public interface Test { for (i in 0.."iter".size()) { edt { myFixture.performEditorAction(IdeActions.ACTION_EDITOR_MOVE_CARET_RIGHT) } + println myFixture.editor.caretModel.offset + println myFixture.editor.document.text[myFixture.editor.caretModel.offset] } if (lookup) { println lookup.items