From b6746acdc852bb33a386cff6109e03d1791cb310 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Jul 2018 13:48:37 +0100 Subject: Fix incorrect type name. --- test/subtitle_charset_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/subtitle_charset_test.cc b/test/subtitle_charset_test.cc index b15e3e70e..3c2407f7e 100644 --- a/test/subtitle_charset_test.cc +++ b/test/subtitle_charset_test.cc @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE (subtitle_charset_test2) shared_ptr content = content_factory (film, "test/data/osx.srt").front (); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs ()); - shared_ptr ts = dynamic_pointer_cast (content); + shared_ptr ts = dynamic_pointer_cast (content); BOOST_REQUIRE (ts); /* Make sure we got the subtitle data from the file */ BOOST_REQUIRE_EQUAL (content->full_length().get(), 6052032); -- cgit v1.2.3