summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-02 00:31:54 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit05e2f7d954b20c6103bf31ee64cd4b81b28cc2ea (patch)
tree5decd17b49dda2534ec98c1e852e3c11cf67a9e3 /test
parent080051edd655be1a8aa4b8dc21d0c262282d8444 (diff)
Naming tweaks.
Diffstat (limited to 'test')
-rw-r--r--test/torture_test.cc6
1 files 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> 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);