ソースを参照

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


読み込み中…
キャンセル
保存