diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:48:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:34:43 +0100 |
| commit | 6c55e8d2c3b0129a19fc40dca344219021ad12ef (patch) | |
| tree | cf9c3244ed55fb1fa8db89ca87923f3b7a6d35a1 /test/write_subtitle_test.cc | |
| parent | 2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (diff) | |
Rename some stuff Content -> Asset.
Diffstat (limited to 'test/write_subtitle_test.cc')
| -rw-r--r-- | test/write_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index 1a6f96bd..b02a6e59 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -17,7 +17,7 @@ */ -#include "interop_subtitle_content.h" +#include "interop_subtitle_asset.h" #include "subtitle_string.h" #include "test.h" #include <boost/test/unit_test.hpp> @@ -29,7 +29,7 @@ using boost::shared_ptr; /* Write some subtitle content as Interop XML and check that it is right */ BOOST_AUTO_TEST_CASE (write_subtitle_test) { - dcp::InteropSubtitleContent c ("Test", "EN"); + dcp::InteropSubtitleAsset c ("Test", "EN"); c.add ( dcp::SubtitleString ( |
