Browse Source

Remove unnecessary touchEnd from unit tests

tags/v1.10.90
Samuel Mannehed 4 years ago
parent
commit
56f9022a82
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tests/unit/gesturehandler.cxx

+ 0
- 1
tests/unit/gesturehandler.cxx View File

@@ -792,7 +792,6 @@ void testTwoDragTooSlow()
test.handleTouchBegin(2, 30.0, 30.0);
test.handleTouchUpdate(2, 50.0, 30.0);
test.handleTouchUpdate(1, 80.0, 30.0);
test.handleTouchEnd(1);

ASSERT_EQ(test.events.size(), 0);


Loading…
Cancel
Save