gtk2/testsuite
Sébastien Wilmet ea4e88df86 textiter: bug fix in forward_search() and backward_search()
When the search is case sensitive, g_utf8_normalize() is not called, so
the skip_decomp argument of the function forward_chars_with_skipping()
must be FALSE.

To verify that, when searching "éb", the count parameter of
forward_chars_with_skipping() have a different value:
- case sensitive: count = 2
- case insensitive: count = 3 (g_utf8_normalize() has been called)

The commit adds unit tests that didn't pass before, and that now pass
(without known regression, obviously).

https://bugzilla.gnome.org/show_bug.cgi?id=702977
2013-06-24 20:14:39 +02:00
..
a11y a11y: Include testdata in EXTRA_DIST 2013-06-21 14:05:21 -04:00
css Use g_test_get_dir in test to locate files 2013-05-29 21:37:05 -04:00
gdk testsuite: clean up build machinery a bit 2013-06-15 16:03:19 -04:00
gtk textiter: bug fix in forward_search() and backward_search() 2013-06-24 20:14:39 +02:00
reftests Fix iconview-empty reftest 2013-06-15 21:31:41 -04:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00