Skip to content

Commit

Permalink
add call to cursorMoved()
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Apr 23, 2014
1 parent 7d8688b commit d5b0f05
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ public void testCursorMoved() {
testCursorListenerImpl.textWidget = null;
cursorOffset = 55;
caretOffset = 11;
testCursorListenerImpl.cursorMoved();
Assert.assertEquals(11, caretOffset);
}

Expand Down

0 comments on commit d5b0f05

Please sign in to comment.