testsuite: Update gestures test to pointer emulation removal

Now all widgets are mandated to handle the real thing, which means no
pointer events are emulated for the pointer emulating touch. The output
of these tests relied on this fact, so update to the tests handling real
touch events.
This commit is contained in:
Carlos Garnacho 2017-10-12 14:25:53 +02:00
parent ff31bdd334
commit 40a2b91a6c

View File

@ -1071,7 +1071,7 @@ test_multitouch_activation (void)
g_assert_cmpstr (str->str, ==,
"c1 began, "
"c1 state claimed (2), "
"c1 state claimed");
"c1 state claimed (1)");
/* First touch up */
g_string_erase (str, 0, str->len);
@ -1156,7 +1156,7 @@ test_multitouch_interaction (void)
g_assert_cmpstr (str->str, ==,
"a1 state denied (2), "
"c1 began, "
"c1 state claimed, "
"c1 state claimed (1), "
"c1 state claimed (2), "
"a1 state denied (1)");