Enable TYPE_DISK logging by default.
[dcpomatic.git] / test / audio_delay_test.cc
index 9e738d14524248f6819cf5a2b51fe2fca0fe9433..2645cf5172a171170a7d957a4f373628d85b1387 100644 (file)
 
 */
 
-/** @defgroup specific Tests of fairly specific areas */
+/** @defgroup feature Tests of features */
 
 /** @file  test/audio_delay_test.cc
  *  @brief Test encode using some FFmpegContents which have audio delays.
- *  @ingroup specific
+ *  @ingroup feature
  *
  *  The output is checked algorithmically using knowledge of the input.
  */
@@ -69,6 +69,7 @@ void test_audio_delay (int delay_in_ms)
        boost::filesystem::path path = "build/test";
        path /= film_name;
        path /= film->dcp_name ();
+       std::cout << "Loading " << path.string() << "\n";
        dcp::DCP check (path.string ());
        check.read ();