X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Faudio_analysis_test.cc;h=66c5775791ce72c1775ed1511a0feec5a70ca417;hb=89ae13638097f259f3e50b4b61068dd23451107d;hp=8328c7cd25d9cb03b62d84c83589af69de497b79;hpb=54038beb4437c027e584fc95110f6fd4dbf2207d;p=dcpomatic.git diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index 8328c7cd2..66c577579 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -18,8 +18,11 @@ */ +/** @defgroup selfcontained Self-contained tests of single classes / method sets */ + /** @file test/audio_analysis_test.cc - * @brief Check audio analysis code. + * @brief Test AudioAnalysis class. + * @ingroup selfcontained */ #include @@ -182,7 +185,7 @@ BOOST_AUTO_TEST_CASE (analyse_audio_test4) film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); - shared_ptr content = content_factory (film, private_data / "20 The Wedding Convoy Song.m4a"); + shared_ptr content = content_factory(film, private_data / "20 The Wedding Convoy Song.m4a").front(); film->examine_and_add_content (content); wait_for_jobs ();