summaryrefslogtreecommitdiff
path: root/gtk/tests
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2009-09-05 16:47:35 +0200
committerKristian Rietveld <kris@gtk.org>2009-09-05 17:15:43 +0200
commitc2f6611e4b156d9f89f75f8e8d5564df56020820 (patch)
tree6254e72c8ed313f34344ad1da155523384568df2 /gtk/tests
parentf483c5b7d635e15373c4fe61c96de3410d299a32 (diff)
downloadgtk+-c2f6611e4b156d9f89f75f8e8d5564df56020820.tar.gz
List work left to do in the filter model unit test
Diffstat (limited to 'gtk/tests')
-rw-r--r--gtk/tests/filtermodel.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/tests/filtermodel.c b/gtk/tests/filtermodel.c
index 4a31aa3ddd..ab862cea02 100644
--- a/gtk/tests/filtermodel.c
+++ b/gtk/tests/filtermodel.c
@@ -20,6 +20,17 @@
#include <gtk/gtk.h>
+/* Left to do:
+ * - Proper coverage checking to see if the unit tests cover
+ * all possible cases.
+ * - Verify if the ref counting is done properly for both the
+ * normal ref_count and the zero_ref_count. One way to test
+ * this area is by collapsing/expanding branches on the view
+ * that is connected to the filter model.
+ * - Check if the iterator stamp is incremented at the correct times.
+ */
+
+
/*
* Model creation
*/