summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-10-06 01:09:18 +0200
committerBenjamin Otte <otte@redhat.com>2015-10-13 02:56:48 +0200
commit331f93cc9997f3e766bf6953cd45bc6bed757088 (patch)
treef3f7d47e6deccb2d7f45a821788074072d760a8c
parent11b59a0db87f666a82b04a4cd455e6d935ece0a4 (diff)
downloadgdk-pixbuf-331f93cc9997f3e766bf6953cd45bc6bed757088.tar.gz
tests: Remove unsupported images
The wbmp and ras loaders were dropped, no need to keep the filrs.
-rw-r--r--tests/pixbuf-scale.c1
-rw-r--r--tests/pixbuf-threads.c2
-rw-r--r--tests/test-images/randomly-modified/invalid_wbmp_test_1bin318 -> 0 bytes
-rw-r--r--tests/test-images/randomly-modified/invalid_wbmp_test_2bin318 -> 0 bytes
-rw-r--r--tests/test-images/randomly-modified/valid_ras_testbin6944 -> 0 bytes
5 files changed, 0 insertions, 3 deletions
diff --git a/tests/pixbuf-scale.c b/tests/pixbuf-scale.c
index 4bc6c7e00..d1a185069 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 7a56222c9..1db139c99 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"))
diff --git a/tests/test-images/randomly-modified/invalid_wbmp_test_1 b/tests/test-images/randomly-modified/invalid_wbmp_test_1
deleted file mode 100644
index 70d222d68..000000000
--- a/tests/test-images/randomly-modified/invalid_wbmp_test_1
+++ /dev/null
Binary files differ
diff --git a/tests/test-images/randomly-modified/invalid_wbmp_test_2 b/tests/test-images/randomly-modified/invalid_wbmp_test_2
deleted file mode 100644
index 050a187ec..000000000
--- a/tests/test-images/randomly-modified/invalid_wbmp_test_2
+++ /dev/null
Binary files differ
diff --git a/tests/test-images/randomly-modified/valid_ras_test b/tests/test-images/randomly-modified/valid_ras_test
deleted file mode 100644
index 4325de1b5..000000000
--- a/tests/test-images/randomly-modified/valid_ras_test
+++ /dev/null
Binary files differ