mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Fix broken test case.
2008-06-11 A. Walton <awalton@gnome.org> * tests/g-file.c (test_g_file_new_null): Fix broken test case. svn path=/trunk/; revision=7016
This commit is contained in:
parent
de09a5803a
commit
52a03b97c6
@ -1,3 +1,8 @@
|
||||
2008-06-11 A. Walton <awalton@gnome.org>
|
||||
|
||||
* tests/g-file.c (test_g_file_new_null):
|
||||
Fix broken test case.
|
||||
|
||||
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* pltcheck.sh: We use g_clear_error now.
|
||||
|
@ -69,7 +69,7 @@ test_g_file_new_null (void)
|
||||
i = 0;
|
||||
while (uris[i])
|
||||
{
|
||||
file = g_file_new_for_uri (paths[i++]);
|
||||
file = g_file_new_for_uri (uris[i++]);
|
||||
g_assert (file != NULL);
|
||||
g_object_unref(file);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user