tests: check: All assets moved to assets/
authorThibault Saunier <thibault.saunier@collabora.com>
Sun, 4 Aug 2013 14:14:42 +0000 (16:14 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 4 Aug 2013 14:27:53 +0000 (16:27 +0200)
tests/check/ges/integration.c

index 95d981b5465713c4a4b63168225b4d0b38459e5b..8711407ad4343677718a1e8aef5ffc9f69166b05 100644 (file)
@@ -809,39 +809,39 @@ test_mixing (void)
 #define CREATE_TEST(name, func, profile)                                       \
 GST_START_TEST (test_##name##_raw_h264_mov)                                    \
 {                                                                              \
-  g_print("running test_%s_%s\n", #name, "raw_h264_mov");                     \
-  testfilename1 = "raw_h264.0.mov";                                            \
-  testfilename2 = "raw_h264.1.mov";                                            \
-  test_image_filename = "test.png";                                            \
+  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";                                     \
   current_profile = profile;                                                   \
   func ();                                                                     \
 }                                                                              \
 GST_END_TEST;                                                                  \
 GST_START_TEST (test_##name##_vorbis_theora_ogv)                               \
 {                                                                              \
-  g_print("running test_%s_%s\n", #name, "vorbis_theora_ogv");                \
-  testfilename1 = "vorbis_theora.0.ogg";                                       \
-  testfilename2 = "vorbis_theora.1.ogg";                                       \
-  test_image_filename = "test.png";                                            \
+  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";                                     \
   current_profile = profile;                                                   \
   func ();                                                                     \
 }                                                                              \
 GST_END_TEST;                                                                  \
 GST_START_TEST (test_##name##_vorbis_vp8_webm)                                 \
 {                                                                              \
-  g_print("running test_%s_%s\n", #name, "vorbis_vp8_webm");                  \
-  testfilename1 = "vorbis_vp8.0.webm";                                         \
-  testfilename2 = "vorbis_vp8.1.webm";                                         \
-  test_image_filename = "test.png";                                            \
+  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";                                     \
   current_profile = profile;                                                   \
   func ();                                                                     \
 }                                                                              \
 GST_END_TEST;                                                                  \
 GST_START_TEST (test_##name##_mp3_h264_mov)                                    \
 {                                                                              \
-  g_print("running test_%s_%s\n", #name, "mp3_h264_mov");                     \
-  testfilename1 = "mp3_h264.0.mov";                                            \
-  testfilename2 = "mp3_h264.1.mov";                                            \
+  g_print("running test_%s_%s\n", #name, "mp3_h264_mov");                      \
+  testfilename1 = "assets/mp3_h264.0.mov";                                     \
+  testfilename2 = "assets/mp3_h264.1.mov";                                     \
   current_profile = profile;                                                   \
   test_image_filename = "test.png";                                            \
   func ();                                                                     \
@@ -896,7 +896,7 @@ GST_END_TEST;
   tcase_add_test (tc_chain, test_##name##_render_to_vorbis_h264_matroska_vorbis_vp8_webm);   \
   tcase_add_test (tc_chain, test_##name##_render_to_vorbis_h264_matroska_mp3_h264_mov); \
   tests_names = g_list_prepend (tests_names, g_strdup_printf ("%s%s%s", "test_",            \
-#name, "_render_to_vorbis_theora_ogg_raw_h264_mov"));                           \
+      #name, "_render_to_vorbis_theora_ogg_raw_h264_mov"));                           \
   tests_names = g_list_prepend (tests_names, g_strdup_printf ("%s%s%s", "test_", #name,     \
       "_render_to_vorbis_theora_ogg_mp3_h264_mov"));                            \
   tests_names = g_list_prepend (tests_names, g_strdup_printf ("%s%s%s", "test_", #name,     \