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

Commit eae5a687 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Add TODOs to clean up tests that were duplicated for refactoring" into main

parents fd3de793 cc7268a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1305,6 +1305,8 @@ TEST_F_WITH_FLAGS(GestureConverterTest, MoveEnablesTapToClick,
    ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps());
}

// TODO(b/311416205): De-duplicate the test cases after the refactoring is complete and the flagging
//   logic can be removed.
class GestureConverterTestWithChoreographer : public GestureConverterTestBase {
protected:
    void SetUp() override {
+2 −0
Original line number Diff line number Diff line
@@ -4922,6 +4922,8 @@ TEST_F(CursorInputMapperTest, ConfigureDisplayId_IgnoresEventsForMismatchedPoint
// --- CursorInputMapperTestWithChoreographer ---
// TODO(b/311416205): De-duplicate the test cases after the refactoring is complete and the flagging
//   logic can be removed.
class CursorInputMapperTestWithChoreographer : public CursorInputMapperTestBase {
protected:
    void SetUp() override {
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ protected:
    }
};

// TODO(b/311416205): De-duplicate the test cases after the refactoring is complete and the flagging
//   logic can be removed.
/**
 * Start moving the finger and then click the left touchpad button. Check whether HOVER_EXIT is
 * generated when hovering stops. Currently, it is not.