branch | RCL_3 |
changeset 57 | 2efc27d87e1c |
parent 56 | acd3cd4aaceb |
--- a/glib/tsrc/BC/src/completion_test.c Tue Aug 31 16:54:36 2010 +0300 +++ b/glib/tsrc/BC/src/completion_test.c Wed Sep 01 12:36:54 2010 +0100 @@ -62,7 +62,7 @@ g_completion_remove_items(cmp,items); items = g_completion_complete (cmp, "aB", &prefix); -// g_assert(items == NULL); + g_assert(items == NULL); items = g_completion_complete (cmp, "b", &prefix); g_assert(!strcmp("b",prefix));