mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Fix the thumbnail-verification Test
The third parameter of the thumnail_verify() function had been updated to const GLocalFileStat, so update the thumbnail-verification test likewise so that the test works properly on all supported platforms. https://bugzilla.gnome.org/show_bug.cgi?id=711547
This commit is contained in:
parent
2bb898c60f
commit
10b5a8befc
@ -91,7 +91,7 @@ test_validity (void)
|
|||||||
/* Run all the tests. */
|
/* Run all the tests. */
|
||||||
for (i = 0; i < G_N_ELEMENTS (tests); i++)
|
for (i = 0; i < G_N_ELEMENTS (tests); i++)
|
||||||
{
|
{
|
||||||
GStatBuf stat_buf;
|
GLocalFileStat stat_buf;
|
||||||
const gchar *thumbnail_path;
|
const gchar *thumbnail_path;
|
||||||
gchar *file_uri;
|
gchar *file_uri;
|
||||||
gboolean result;
|
gboolean result;
|
||||||
|
Loading…
Reference in New Issue
Block a user