[gdk-pixbuf: 2/6] Fix GIF tests broken due to a typo.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf: 2/6] Fix GIF tests broken due to a typo.
- Date: Sun, 29 Nov 2020 17:15:17 +0000 (UTC)
commit 12259539224924178a2b3a4a028c4aaca2a9dc90
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Nov 23 16:58:14 2020 +1300
Fix GIF tests broken due to a typo.
Regression introduced in e3adcf0c86dbd56b01d0d55f29a95065cbd95eb8.
tests/pixbuf-gif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/pixbuf-gif.c b/tests/pixbuf-gif.c
index 04b337113..268742808 100644
--- a/tests/pixbuf-gif.c
+++ b/tests/pixbuf-gif.c
@@ -79,7 +79,7 @@ run_gif_test (gconstpointer data)
int i;
GError *error = NULL;
- if (!format_supported (filename))
+ if (!format_supported ("gif"))
{
g_test_skip ("GIF format not supported");
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]