From: Samuel Mannehed Date: Fri, 5 Jun 2020 13:46:56 +0000 (+0200) Subject: Remove unnecessary touchEnd from unit tests X-Git-Tag: v1.10.90~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56f9022a822ae99a76489bb9370ce692acfb5526;p=tigervnc.git Remove unnecessary touchEnd from unit tests --- 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);