aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2020-06-05 15:46:56 +0200
committerSamuel Mannehed <samuel@cendio.se>2020-06-05 15:46:56 +0200
commit56f9022a822ae99a76489bb9370ce692acfb5526 (patch)
treeb48f0113f463ab0b72de17a2c1591564027bde67
parent6bba1d0127aea1da836e0c038193191053307a75 (diff)
downloadtigervnc-56f9022a822ae99a76489bb9370ce692acfb5526.tar.gz
tigervnc-56f9022a822ae99a76489bb9370ce692acfb5526.zip
Remove unnecessary touchEnd from unit tests
-rw-r--r--tests/unit/gesturehandler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/gesturehandler.cxx b/tests/unit/gesturehandler.cxx
index a07ecf40..92bc8cda 100644
--- a/tests/unit/gesturehandler.cxx
+++ b/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);