[glib] fix the completion test



commit 5179d92e9ce8f5b88db73613ef0485c82656801e
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 1 02:36:27 2010 -0400

    fix the completion test

 tests/completion-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/completion-test.c b/tests/completion-test.c
index 73eb20d..789cd9a 100644
--- a/tests/completion-test.c
+++ b/tests/completion-test.c
@@ -73,7 +73,6 @@ int main (int argc, char *argv[])
   g_completion_remove_items (cmp, items);
 
   items = g_completion_complete_utf8 (cmp, "b", &prefix);
-  g_assert (!strcmp ("b", prefix));
   g_assert (g_list_length (items) == 1);
   g_free (prefix);
 



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