diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-24 16:38:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-24 16:38:08 +0100 |
| commit | 44b57d623dec97a3f9955082f0b8a7a8d27b7518 (patch) | |
| tree | 8eb8c2efc2cc30af16a9788574072fdbe5bfbe6d | |
| parent | 56762cac9ee76f082b008aa7c6fd70fec946a355 (diff) | |
Tidy up test film naming.
| -rw-r--r-- | test/test.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test.cc b/test/test.cc index 569ea33e2..bd1ed2669 100644 --- a/test/test.cc +++ b/test/test.cc @@ -362,9 +362,8 @@ BOOST_AUTO_TEST_CASE (make_dcp_test) } Film film (test_film, false); - film.set_name ("test_film"); + film.set_name ("test_film2"); film.set_content ("../../../test/test.mp4"); - film.examine_content (); film.set_format (Format::from_nickname ("Flat")); film.set_dcp_content_type (DCPContentType::from_pretty_name ("Test")); film.make_dcp (true); @@ -385,7 +384,7 @@ BOOST_AUTO_TEST_CASE (make_dcp_with_range_test) } Film film (test_film, false); - film.set_name ("test_film"); + film.set_name ("test_film3"); film.set_content ("../../../test/test.mp4"); film.examine_content (); film.set_format (Format::from_nickname ("Flat")); |
