tests: remove a bogus assumption
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Dec 2010 17:33:17 +0000 (18:33 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 15 Dec 2010 17:03:13 +0000 (18:03 +0100)
gio/tests/desktop-app-info.c

index 9d9e181..db9ec70 100644 (file)
@@ -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);