gtk2/testsuite
Philip Withnall 52858f709c gtktreeselection: Fix an abort on selecting an invalid range
gtk_tree_selection_real_modify_range() has a g_return_if_fail() if the
start or end paths passed to it do not correspond to real tree nodes.
However, GtkTreePaths inherently do not have to be valid, so it should
be acceptable to call gtk_tree_selection_select_range() with
non-existent paths. Replace the g_return_if_fail() by a silent return,
and add a unit test.

https://bugzilla.gnome.org/show_bug.cgi?id=712760
2015-03-11 11:24:29 +00:00
..
a11y Update expected results 2014-11-23 18:53:06 -05:00
css testsuite: Fix test that was committed in a broken state 2014-12-01 04:05:44 +01:00
gdk gdkcairo: Bail if surface is in error 2015-02-25 01:55:28 +01:00
gtk gtktreeselection: Fix an abort on selecting an invalid range 2015-03-11 11:24:29 +00:00
reftests treeview: Don't create an overly large pixel cache 2015-02-05 18:57:29 +01:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00