diff options
-rw-r--r-- | tests/pixbuf-area-updated.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pixbuf-area-updated.c b/tests/pixbuf-area-updated.c index 5cd308e33..065fe7cb9 100644 --- a/tests/pixbuf-area-updated.c +++ b/tests/pixbuf-area-updated.c @@ -328,6 +328,8 @@ int main(int argc, char **argv) g_test_add_data_func ("/pixbuf/area-updated/ico", (gconstpointer) "test-images/reftests/squares.ico", test_area_updated_ico); g_test_add_data_func ("/pixbuf/area-updated/gif", (gconstpointer) "aero.gif", test_area_updated_anim); + g_test_add_data_func ("/pixbuf/area-updated/gif2", (gconstpointer) "1_partyanimsm2.gif", test_area_updated_anim); + g_test_add_data_func ("/pixbuf/area-updated/gif3", (gconstpointer) "test-animation.gif", test_area_updated_anim); return g_test_run (); } |