소스 검색

Remove unnecessary touchEnd from unit tests

tags/v1.10.90
Samuel Mannehed 4 년 전
부모
커밋
56f9022a82
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      tests/unit/gesturehandler.cxx

+ 0
- 1
tests/unit/gesturehandler.cxx 파일 보기

@@ -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…
취소
저장