gtk/testsuite
Sébastien Wilmet dc1317a521 textiter: fix bug in find_visible_by_log_attrs()
find_by_log_attrs() can return true only in this case:
return moved && !gtk_text_iter_is_end (arg_iter);

So if the iter moved (i.e. something has been found), but is the end
iter, find_by_log_attrs() returns false.

Now the same checks are made in find_visible_by_log_attrs(). The public
functions using find_visible_by_log_attrs() say in their documentation
that false is returned for the end iter, hence the check with
gtk_text_iter_is_end().

https://bugzilla.gnome.org/show_bug.cgi?id=618852
2014-07-17 12:56:57 +02:00
..
a11y Update expected output for a11y test 2014-07-14 14:36:58 -04:00
css testsuite: Add parser test for recent fix 2014-07-07 14:26:06 +02:00
gdk testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
gtk textiter: fix bug in find_visible_by_log_attrs() 2014-07-17 12:56:57 +02:00
reftests Force the simple im module for reftests 2014-07-14 18:22:40 -04:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00