From 05e2f7d954b20c6103bf31ee64cd4b81b28cc2ea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Mar 2017 00:31:54 +0000 Subject: Naming tweaks. --- test/torture_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/torture_test.cc b/test/torture_test.cc index 21494e5d8..7c2d42aa1 100644 --- a/test/torture_test.cc +++ b/test/torture_test.cc @@ -37,12 +37,12 @@ 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 = new_test_film ("torture_test"); + shared_ptr 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); -- cgit v1.2.3