mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
tests: remove a bogus assumption
This commit is contained in:
parent
683a5632c8
commit
274ef35fd4
@ -205,9 +205,6 @@ test_fallback (void)
|
|||||||
app = g_list_nth_data (apps, 0);
|
app = g_list_nth_data (apps, 0);
|
||||||
g_assert (g_app_info_equal (info1, app));
|
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 */
|
/* check that Test1 is the first recommended app */
|
||||||
recomm = g_app_info_get_recommended_for_type ("text/x-python");
|
recomm = g_app_info_get_recommended_for_type ("text/x-python");
|
||||||
g_assert (recomm != NULL);
|
g_assert (recomm != NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user