Sfoglia il codice sorgente

Remove unnecessary touchEnd from unit tests

tags/v1.10.90
Samuel Mannehed 4 anni fa
parent
commit
56f9022a82
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      tests/unit/gesturehandler.cxx

+ 0
- 1
tests/unit/gesturehandler.cxx Vedi 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…
Annulla
Salva