summaryrefslogtreecommitdiff
path: root/test/player_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 14:36:04 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit507a389e9c5f84ec1d51e7566e38fbf42f658537 (patch)
tree5387a0ae0555126fd278b3ab6b496bb3cd8f9fb3 /test/player_test.cc
parent491176352b80bea000564e6662738722185be721 (diff)
PlainText -> PlainTextFile.
Diffstat (limited to 'test/player_test.cc')
-rw-r--r--test/player_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/player_test.cc b/test/player_test.cc
index 7cc3bc27b..a66860911 100644
--- a/test/player_test.cc
+++ b/test/player_test.cc
@@ -31,7 +31,7 @@
#include "lib/player.h"
#include "lib/video_content.h"
#include "lib/image_content.h"
-#include "lib/plain_text_content.h"
+#include "lib/plain_text_file_content.h"
#include "lib/content_factory.h"
#include "lib/dcp_content.h"
#include "lib/text_content.h"
@@ -181,7 +181,7 @@ BOOST_AUTO_TEST_CASE (player_interleave_test)
film->examine_and_add_content (c);
BOOST_REQUIRE (!wait_for_jobs ());
- shared_ptr<PlainTextContent> s (new PlainTextContent (film, "test/data/subrip.srt"));
+ shared_ptr<PlainTextFileContent> s (new PlainTextFileContent (film, "test/data/subrip.srt"));
film->examine_and_add_content (s);
BOOST_REQUIRE (!wait_for_jobs ());