summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-28 00:05:46 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-21 21:57:18 +0200
commit0a8f009ceb86417704b2e2d2bb377c850d9e042e (patch)
tree212db1ed8d36395dcedafd075312fa721d0a012c /test
parenta0e7285ae99ca4630a8096884f05ad4e1b3fc204 (diff)
Use a vector<ContentVersion> instead of just one, to support the
new metadata.
Diffstat (limited to 'test')
-rw-r--r--test/write_subtitle_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc
index 0a6e6a82..b7d8119a 100644
--- a/test/write_subtitle_test.cc
+++ b/test/write_subtitle_test.cc
@@ -372,7 +372,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
cpl->set_creator (creator);
cpl->set_issue_date (issue_date);
cpl->set_annotation_text (annotation_text);
- dcp::ContentVersion cv = cpl->content_version ();
+ dcp::ContentVersion cv = cpl->content_version();
cv.label_text = "foo";
cpl->set_content_version (cv);