[gtk+] List work left to do in the filter model unit test



commit c2f6611e4b156d9f89f75f8e8d5564df56020820
Author: Kristian Rietveld <kris gtk org>
Date:   Sat Sep 5 16:47:35 2009 +0200

    List work left to do in the filter model unit test

 gtk/tests/filtermodel.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gtk/tests/filtermodel.c b/gtk/tests/filtermodel.c
index 4a31aa3..ab862ce 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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]