| commit | ba07736e4444b0d2c265f2e72dff9d3c7e0f0baa | [log] [tgz] |
|---|---|---|
| author | Sean O'Brien <[email protected]> | Wed Feb 14 23:39:09 2018 |
| committer | chrome-bot <[email protected]> | Fri Feb 23 07:54:24 2018 |
| tree | b34ccd77c223b242f767527c70cccb73e205b519 | |
| parent | f19132d2190e53dbc2b3bc069e5ca1d3262d1562 [diff] |
Fix up stale finger regression test This test checks whether a single-finger or two-finger click is generated when there is a stationary finger on the touchpad. Cursor motion is irrelevant and should not effect test result. BUG=None TEST=Motion doesn't affect result of test. CQ-DEPEND=CL:919532 Change-Id: I780da6e394c52e736ebb91ade178dfadf193e876 Reviewed-on: https://chromium-review.googlesource.com/920384 Commit-Ready: Sean O'Brien <[email protected]> Tested-by: Sean O'Brien <[email protected]> Reviewed-by: Andrew de los Reyes <[email protected]>
diff --git a/tests/relm-1.0/stale-finger-click.py b/tests/relm-1.0/stale-finger-click.py index 310e609..e933485 100644 --- a/tests/relm-1.0/stale-finger-click.py +++ b/tests/relm-1.0/stale-finger-click.py
@@ -10,7 +10,7 @@ def Validate(raw, events, gestures): fuzzy = FuzzyCheck() fuzzy.expected = [ - MotionValidator(">0"), + MotionValidator(">=0"), ButtonDownValidator(1), ButtonUpValidator(1), ]