]> source.dussan.org Git - tigervnc.git/commitdiff
Remove unnecessary touchEnd from unit tests
authorSamuel Mannehed <samuel@cendio.se>
Fri, 5 Jun 2020 13:46:56 +0000 (15:46 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 5 Jun 2020 13:46:56 +0000 (15:46 +0200)
tests/unit/gesturehandler.cxx

index a07ecf40df0ecc3b10af7ffb3e5d07e6852565d9..92bc8cdaba4228bc23d1eebc4cfbe8e7c1651b89 100644 (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);