diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-12 00:13:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-12 00:13:14 +0000 |
| commit | 80400212e939dc2f3b987cb6df57709929aa5178 (patch) | |
| tree | acffc7b335b79b27261610986fcf5fd95f6437ab /test/xml_subtitle_test.cc | |
| parent | db3cd90dadf60df72ebbd95c59b32954f29b9c38 (diff) | |
Rename SubRip -> TextSubtitle.
Diffstat (limited to 'test/xml_subtitle_test.cc')
| -rw-r--r-- | test/xml_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc index 837c73c58..554591b92 100644 --- a/test/xml_subtitle_test.cc +++ b/test/xml_subtitle_test.cc @@ -22,7 +22,7 @@ */ #include <boost/test/unit_test.hpp> -#include "lib/subrip_content.h" +#include "lib/text_subtitle_content.h" #include "lib/film.h" #include "lib/ratio.h" #include "lib/dcp_content_type.h" @@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test) film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); - shared_ptr<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt")); + shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, "test/data/subrip2.srt")); content->set_use_subtitles (true); content->set_burn_subtitles (false); film->examine_and_add_content (content); |
