gtk2/gtk/tests
Kristian Rietveld 6fdf882eb4 Add unit test for part 1 of bug 659022
This tests a case where gtk_tree_model_filter_row_changed() is run
for a node with visible_siter != NULL, however its parent has
visible_iter == NULL. For this case, no valid paths can be generated
as the node cannot be accessed (because the parent is invisible).
2011-10-03 22:59:40 +02:00
..
file-chooser-test-dir
accessible.c tests: undefine GTK_DISABLE_DEPRECATED as we include deprecated types 2011-07-05 16:08:01 -04:00
action.c Don't unref floating menuitems 2011-08-29 11:57:39 -04:00
builder.c
cellarea.c
crossingevents.c
defaultvalue.c
entry.c Add a test for entry signals 2011-07-05 16:08:08 -04:00
expander.c
filechooser.c
filtermodel.c Add unit test for part 1 of bug 659022 2011-10-03 22:59:40 +02:00
floating.c
grid.c GtkGrid: make attaching more flexible 2011-09-02 20:07:19 -04:00
gtktreemodelrefcount.c treemodelrefcount: check_iter(): check if iter is valid 2011-08-22 21:30:32 +02:00
gtktreemodelrefcount.h treemodelrefcount: make it possible to assert within check functions 2011-08-22 21:30:32 +02:00
liststore.c Make naming of tree model unit tests consistent 2011-08-22 21:30:29 +02:00
Makefile.am GtkGrid: make attaching more flexible 2011-09-02 20:07:19 -04:00
modelrefcount.c Unit test rows reordered ref count handling in GtkTreeView 2011-08-22 21:30:32 +02:00
object.c
papersize.c
pixbuf-init.c
recentmanager.c
sortmodel.c Fix some memory leaks in treemodel unit tests 2011-08-22 21:30:35 +02:00
stylecontext.c tests: Fix stylecontext test that we changed semantics for 2011-07-23 01:24:07 +02:00
testing.c
textbuffer.c
textiter.c
treemodel.c Move SignalMonitor to treemodel.[ch] so it can be used by other tests 2011-08-22 21:30:34 +02:00
treemodel.h Move SignalMonitor to treemodel.[ch] so it can be used by other tests 2011-08-22 21:30:34 +02:00
treepath.c
treestore.c Fix some memory leaks in treemodel unit tests 2011-08-22 21:30:35 +02:00
treeview-scrolling.c
treeview.c