Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3485d74f authored by Ben Lin's avatar Ben Lin
Browse files

Removing obsolete test code.

We now de-select everything on a non-ctrl click, so the old test
assertions are no longer valid.

Change-Id: I64005789cebbbafc332473edf308a038cb76fd64
parent e6d61e3e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -112,11 +112,9 @@ public final class UserInputHandler_RangeTest {
        mInputHandler.onSingleTapUp(mEvent.at(20).unshift().build());
        mInputHandler.onSingleTapUp(mEvent.at(25).shift().build());

        mSelection.assertRangeSelected(7, 11);
        mSelection.assertRangeNotSelected(7, 11);
        mSelection.assertRangeSelected(20, 25);

        mSelection.assertRangeNotSelected(12, 19);
        mSelection.assertSelectionSize(11);
        mSelection.assertSelectionSize(6);
    }

    @Test