summaryrefslogtreecommitdiff
path: root/test/reels_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-12 00:13:14 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-12 00:13:14 +0000
commit80400212e939dc2f3b987cb6df57709929aa5178 (patch)
treeacffc7b335b79b27261610986fcf5fd95f6437ab /test/reels_test.cc
parentdb3cd90dadf60df72ebbd95c59b32954f29b9c38 (diff)
Rename SubRip -> TextSubtitle.
Diffstat (limited to 'test/reels_test.cc')
-rw-r--r--test/reels_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/reels_test.cc b/test/reels_test.cc
index 12a311fe8..b5a24f7fc 100644
--- a/test/reels_test.cc
+++ b/test/reels_test.cc
@@ -23,7 +23,7 @@
#include "lib/image_content.h"
#include "lib/dcp_content_type.h"
#include "lib/dcp_content.h"
-#include "lib/subrip_content.h"
+#include "lib/text_subtitle_content.h"
#include "test.h"
#include <boost/test/unit_test.hpp>
#include <boost/foreach.hpp>
@@ -155,7 +155,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 SubRipContent (film, "test/data/subrip.srt"));
+ shared_ptr<Content> sub (new TextSubtitleContent (film, "test/data/subrip.srt"));
film->examine_and_add_content (sub);
wait_for_jobs ();
@@ -198,7 +198,7 @@ BOOST_AUTO_TEST_CASE (reels_test4)
content[i]->set_video_length (24);
}
- shared_ptr<SubRipContent> subs (new SubRipContent (film, "test/data/subrip3.srt"));
+ shared_ptr<TextSubtitleContent> subs (new TextSubtitleContent (film, "test/data/subrip3.srt"));
film->examine_and_add_content (subs);
wait_for_jobs ();