[glib] tests: remove a bogus assumption



commit 274ef35fd44ca272d80966a9f1fd17ecce1bc46f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Dec 14 18:33:17 2010 +0100

    tests: remove a bogus assumption

 gio/tests/desktop-app-info.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c
index 9d9e181..db9ec70 100644
--- a/gio/tests/desktop-app-info.c
+++ b/gio/tests/desktop-app-info.c
@@ -205,9 +205,6 @@ test_fallback (void)
   app = g_list_nth_data (apps, 0);
   g_assert (g_app_info_equal (info1, app));
 
-  app = g_list_nth_data (apps, 1);
-  g_assert (g_app_info_equal (info2, app));
-
   /* check that Test1 is the first recommended app */
   recomm = g_app_info_get_recommended_for_type ("text/x-python");
   g_assert (recomm != NULL);



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