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

Commit 35c98289 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removing obsolete test code." into nyc-andromeda-dev

parents 1c72b109 3485d74f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -109,11 +109,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