Naming tweaks.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Mar 2017 00:31:54 +0000 (00:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
test/torture_test.cc

index 21494e5d80a7dbd5fe40bbb96fdac81398100b79..7c2d42aa150200df4e8735abe597e8073b81041f 100644 (file)
 using std::list;
 using boost::shared_ptr;
 
-/** Test a fairly complex arrangement of content */
+/** Test start/end trim and positioning of some audio content */
 BOOST_AUTO_TEST_CASE (torture_test1)
 {
-       shared_ptr<Film> film = new_test_film ("torture_test");
+       shared_ptr<Film> film = new_test_film ("torture_test1");
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
-       film->set_name ("torture_test");
+       film->set_name ("torture_test1");
        film->set_container (Ratio::from_id ("185"));
        film->set_sequence (false);