diff options
| -rw-r--r-- | test/read_interop_subtitle_test.cc (renamed from test/read_subtitle_test.cc) | 4 | ||||
| -rw-r--r-- | test/read_smpte_subtitle_test.cc (renamed from test/smpte_subtitle_test.cc) | 4 | ||||
| -rw-r--r-- | test/wscript | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/test/read_subtitle_test.cc b/test/read_interop_subtitle_test.cc index 4b2046a1..b268d629 100644 --- a/test/read_subtitle_test.cc +++ b/test/read_interop_subtitle_test.cc @@ -28,7 +28,7 @@ using boost::shared_ptr; using boost::dynamic_pointer_cast; /** Load some subtitle content from Interop XML and check that it is read correctly */ -BOOST_AUTO_TEST_CASE (read_subtitle_test1) +BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) { dcp::InteropSubtitleAsset subs ("test/data/subs1.xml"); @@ -148,7 +148,7 @@ BOOST_AUTO_TEST_CASE (read_subtitle_test1) } /** And similarly for another one */ -BOOST_AUTO_TEST_CASE (read_subtitle_test2) +BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) { dcp::InteropSubtitleAsset subs ("test/data/subs2.xml"); diff --git a/test/smpte_subtitle_test.cc b/test/read_smpte_subtitle_test.cc index 2b68de3d..04169d65 100644 --- a/test/smpte_subtitle_test.cc +++ b/test/read_smpte_subtitle_test.cc @@ -21,8 +21,8 @@ #include "test.h" #include <boost/test/unit_test.hpp> -/** Load a SMPTE XML subtitle file */ -BOOST_AUTO_TEST_CASE (smpte_subtitle_test) +/** Check reading of a SMPTE subtitle file */ +BOOST_AUTO_TEST_CASE (read_smpte_subtitle_test) { dcp::SMPTESubtitleAsset sc (private_test / "8dfafe11-2bd1-4206-818b-afc109cfe7f6_reel1.xml", false); diff --git a/test/wscript b/test/wscript index 30015939..f640f6fc 100644 --- a/test/wscript +++ b/test/wscript @@ -40,12 +40,12 @@ def build(bld): local_time_test.cc kdm_test.cc read_dcp_test.cc - read_subtitle_test.cc + read_interop_subtitle_test.cc + read_smpte_subtitle_test.cc recovery_test.cc rgb_xyz_test.cc round_trip_test.cc smpte_load_font_test.cc - smpte_subtitle_test.cc test.cc text_test.cc util_test.cc |
