From 2cca680c66e00c356dcfdf708b73ec0fd2a5351d Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Tue, 1 Sep 2009 16:15:08 +0200 Subject: [PATCH] Correct /FilterModel/empty/vroot-show-nodes test case --- gtk/tests/filtermodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/tests/filtermodel.c b/gtk/tests/filtermodel.c index 0f9be7592b..ae3e78f393 100644 --- a/gtk/tests/filtermodel.c +++ b/gtk/tests/filtermodel.c @@ -628,7 +628,7 @@ empty_vroot_show_nodes (FilterTest *fixture, set_path_visibility (fixture, "2:2:2", TRUE); check_filter_model_with_root (fixture, path); - check_level_length (fixture->filter, "0", 0); + check_level_length (fixture->filter, NULL, 0); set_path_visibility (fixture, "2:2", TRUE); check_filter_model_with_root (fixture, path);