diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 01:09:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:19 +0100 |
| commit | c53c3e9f3d08478a391bfa1989772378609af693 (patch) | |
| tree | 34a1ebe4b00e50b2a589a552ce8e88be63967c8f /test/reels_test.cc | |
| parent | a8cd625da7064816fc890d458c0d4e2dc04ba796 (diff) | |
More renaming.
Diffstat (limited to 'test/reels_test.cc')
| -rw-r--r-- | test/reels_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reels_test.cc b/test/reels_test.cc index 2949adc73..70552a703 100644 --- a/test/reels_test.cc +++ b/test/reels_test.cc @@ -165,7 +165,7 @@ BOOST_AUTO_TEST_CASE (reels_test3) shared_ptr<Content> dcp (new DCPContent (film, "test/data/reels_test2")); film->examine_and_add_content (dcp); - shared_ptr<Content> sub (new PlainText (film, "test/data/subrip.srt")); + shared_ptr<Content> sub (new PlainTextContent (film, "test/data/subrip.srt")); film->examine_and_add_content (sub); wait_for_jobs (); @@ -206,7 +206,7 @@ BOOST_AUTO_TEST_CASE (reels_test4) content[i]->video->set_length (24); } - shared_ptr<PlainText> subs (new PlainText (film, "test/data/subrip3.srt")); + shared_ptr<PlainTextContent> subs (new PlainTextContent (film, "test/data/subrip3.srt")); film->examine_and_add_content (subs); wait_for_jobs (); |
