tests: integration: PNG file was renamed to png.png

This commit is contained in:
Thibault Saunier 2013-08-05 01:07:36 +02:00
parent 82ae3de5b6
commit 4ca7a4ef91

View file

@ -812,7 +812,7 @@ GST_START_TEST (test_##name##_raw_h264_mov) \
g_print("running test_%s_%s\n", #name, "raw_h264_mov"); \
testfilename1 = "assets/raw_h264.0.mov"; \
testfilename2 = "assets/raw_h264.1.mov"; \
test_image_filename = "assets/test.png"; \
test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
@ -822,7 +822,7 @@ GST_START_TEST (test_##name##_vorbis_theora_ogv) \
g_print("running test_%s_%s\n", #name, "vorbis_theora_ogv"); \
testfilename1 = "assets/vorbis_theora.0.ogg"; \
testfilename2 = "assets/vorbis_theora.1.ogg"; \
test_image_filename = "assets/test.png"; \
test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
@ -832,7 +832,7 @@ GST_START_TEST (test_##name##_vorbis_vp8_webm) \
g_print("running test_%s_%s\n", #name, "vorbis_vp8_webm"); \
testfilename1 = "assets/vorbis_vp8.0.webm"; \
testfilename2 = "assets/vorbis_vp8.1.webm"; \
test_image_filename = "assets/test.png"; \
test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
@ -842,7 +842,7 @@ GST_START_TEST (test_##name##_mp3_h264_mov) \
g_print("running test_%s_%s\n", #name, "mp3_h264_mov"); \
testfilename1 = "assets/mp3_h264.0.mov"; \
testfilename2 = "assets/mp3_h264.1.mov"; \
test_image_filename = "assets/test.png"; \
test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \