diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-02 00:31:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 05e2f7d954b20c6103bf31ee64cd4b81b28cc2ea (patch) | |
| tree | 5decd17b49dda2534ec98c1e852e3c11cf67a9e3 /test | |
| parent | 080051edd655be1a8aa4b8dc21d0c262282d8444 (diff) | |
Naming tweaks.
Diffstat (limited to 'test')
| -rw-r--r-- | test/torture_test.cc | 6 |
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); |
