tests: integration: PNG file was renamed to png.png
authorThibault Saunier <thibault.saunier@collabora.com>
Sun, 4 Aug 2013 23:07:36 +0000 (01:07 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Sat, 17 Aug 2013 09:52:30 +0000 (11:52 +0200)
tests/check/ges/integration.c

index 6dfa24c..eaac73d 100644 (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 ();                                                                     \
 }                                                                              \