[gdk-pixbuf] tests: Remove unsupported images
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] tests: Remove unsupported images
- Date: Tue, 13 Oct 2015 01:02:09 +0000 (UTC)
commit 331f93cc9997f3e766bf6953cd45bc6bed757088
Author: Benjamin Otte <otte redhat com>
Date: Tue Oct 6 01:09:18 2015 +0200
tests: Remove unsupported images
The wbmp and ras loaders were dropped, no need to keep the filrs.
tests/pixbuf-scale.c | 1 -
tests/pixbuf-threads.c | 2 --
.../randomly-modified/invalid_wbmp_test_1 | Bin 318 -> 0 bytes
.../randomly-modified/invalid_wbmp_test_2 | Bin 318 -> 0 bytes
tests/test-images/randomly-modified/valid_ras_test | Bin 6944 -> 0 bytes
5 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/pixbuf-scale.c b/tests/pixbuf-scale.c
index 4bc6c7e..d1a1850 100644
--- a/tests/pixbuf-scale.c
+++ b/tests/pixbuf-scale.c
@@ -178,7 +178,6 @@ main (int argc, char **argv)
g_test_add_data_func ("/pixbuf/scale/bmp", "test-images/randomly-modified/valid_bmp_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/gif", "test-images/randomly-modified/valid_gif_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/jpeg", "test-images/randomly-modified/valid_jpeg_test", test_scale);
- g_test_add_data_func ("/pixbuf/scale/ras", "test-images/randomly-modified/valid_ras_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/tga", "test-images/randomly-modified/valid_tga_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/xpm", "test-images/randomly-modified/valid_xpm_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/xbm", "test-images/randomly-modified/valid.xbm", test_scale);
diff --git a/tests/pixbuf-threads.c b/tests/pixbuf-threads.c
index 7a56222..1db139c 100644
--- a/tests/pixbuf-threads.c
+++ b/tests/pixbuf-threads.c
@@ -84,8 +84,6 @@ test_threads (void)
g_thread_pool_push (pool, "valid_jpeg_progressive_test", NULL);
if (format_supported ("xpm"))
g_thread_pool_push (pool, "valid_xpm_test", NULL);
- if (format_supported ("ras"))
- g_thread_pool_push (pool, "valid_ras_test", NULL);
if (format_supported ("tga"))
g_thread_pool_push (pool, "valid_tga_test", NULL);
if (format_supported ("tiff"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]