Explorar el Código

Remove unnecessary touchEnd from unit tests

tags/v1.10.90
Samuel Mannehed hace 4 años
padre
commit
56f9022a82
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      tests/unit/gesturehandler.cxx

+ 0
- 1
tests/unit/gesturehandler.cxx Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar