GNOME Bugzilla – Bug 704747
[PATCH] testsuite/a11y: Don't check minimum increment
Last modified: 2013-07-24 01:54:56 UTC
This value is highly sensitive to changes in the theme; we don't want to have to tweak hardcoded integers in this test case every time we rev gnome-themes-standard. Future iterations could do more heuristic matching, but this is enough for now.
Created attachment 249900 [details] [review] fix
Review of attachment 249900 [details] [review]: Makes sense, thanks for looking into this. ::: testsuite/a11y/accessibility-dump.c @@ +461,2 @@ g_value_reset (&value); g_value_reset (&svalue); Would be nice to leave a comment here that says something like "We used to dump the minimum increment here, but the value is too sensitive to theme changes to allow sensible comparison with expected output."
Pushed with comment, thanks!