debugging the test

This commit is contained in:
peter
2011-07-08 15:53:33 +02:00
parent 1d4aad30b8
commit 4f114b6e1e
@@ -583,6 +583,11 @@ public interface Test {
for (i in 0.."iter".size()) {
edt { myFixture.performEditorAction(IdeActions.ACTION_EDITOR_MOVE_CARET_RIGHT) }
}
if (lookup) {
println lookup.items
println myFixture.editor.document.text
println myFixture.editor.caretModel.offset
}
assert !lookup
}