diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 14:19:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 14:19:06 +0100 |
| commit | 8457e713b0d98cea32f8acc80d6b9f4bef64b343 (patch) | |
| tree | 34c8b8b199712860215577d1b2bf3c8effc3fda1 | |
| parent | edf35a7acb05289dc024733efd6e13205def5174 (diff) | |
Rename subtitle_test -> read_subtitle_test.
| -rw-r--r-- | test/read_subtitle_test.cc (renamed from test/subtitle_test.cc) | 4 | ||||
| -rw-r--r-- | test/wscript | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/subtitle_test.cc b/test/read_subtitle_test.cc index 0cdf3312..eed8488e 100644 --- a/test/subtitle_test.cc +++ b/test/read_subtitle_test.cc @@ -26,7 +26,7 @@ using std::string; using boost::shared_ptr; /* Load some subtitle content from XML and check that it is read correctly */ -BOOST_AUTO_TEST_CASE (subtitles1) +BOOST_AUTO_TEST_CASE (read_subtitle_test1) { dcp::InteropSubtitleContent subs ("test/data/subs1.xml"); @@ -121,7 +121,7 @@ BOOST_AUTO_TEST_CASE (subtitles1) } /** And similarly for another one */ -BOOST_AUTO_TEST_CASE (subtitles2) +BOOST_AUTO_TEST_CASE (read_subtitle_test2) { dcp::InteropSubtitleContent subs ("test/data/subs2.xml"); diff --git a/test/wscript b/test/wscript index 15d6fa07..92aea24a 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 recovery_test.cc rgb_xyz_test.cc round_trip_test.cc smpte_load_font_test.cc smpte_subtitle_test.cc - subtitle_test.cc test.cc text_test.cc util_test.cc |
