summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-18 23:21:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-18 23:21:28 -0400
commit5a6eab05e9a15ab174ae3a1cdfbd0bec9e788777 (patch)
tree79052267366ceffd7f61af0dcb87622c8901e501
parentf658027c51a99dfb99b0a2bbe3dbfa8cd6ed0900 (diff)
downloadgtk+-5a6eab05e9a15ab174ae3a1cdfbd0bec9e788777.tar.gz
testsuite: Fix tiff pixbuf tests
This test wasn't actually testing what it claims, since that functionality is broken in gdk-pixbuf. Test it anyway.
-rw-r--r--testsuite/gdk/memorytexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gdk/memorytexture.c b/testsuite/gdk/memorytexture.c
index 372cece19d..1262800730 100644
--- a/testsuite/gdk/memorytexture.c
+++ b/testsuite/gdk/memorytexture.c
@@ -496,7 +496,7 @@ create_texture (GdkMemoryFormat format,
GdkPixbuf *pixbuf;
GBytes *bytes;
- bytes = gdk_texture_save_to_png_bytes (texture);
+ bytes = gdk_texture_save_to_tiff_bytes (texture);
g_assert (bytes);
g_object_unref (texture);
stream = g_memory_input_stream_new_from_bytes (bytes);