diff options
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java b/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java index e2d669bf6..6b4d52d62 100644 --- a/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java +++ b/tests/src/com/android/inputmethod/latin/BlueUnderlineTests.java @@ -117,7 +117,5 @@ public class BlueUnderlineTests extends InputTestsBase { // Now simulate the user moving the cursor. SpanGetter span = new SpanGetter(mTextView.getText(), UnderlineSpan.class); assertNull("should not be composing, so should not have an underline span", span.mSpan); - span = new SpanGetter(mTextView.getText(), SuggestionSpan.class); - assertNull("should not be composing, so should not have an underline span", span.mSpan); } } |