summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-20 22:05:20 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-27 00:06:49 +0200
commit0573dd642350e16ffdb82887cc3cdc4f1822f320 (patch)
treeb53e00083486e1f97a9c0e2d8f9ad44232850aea /test/test.cc
parentd4d74faf2270f423235a5db47e9b48a17acdf970 (diff)
Cleanup: set annotation text in make_simple().
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index ffb85386..309d5225 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -376,6 +376,7 @@ make_simple (boost::filesystem::path path, int reels, int frames, dcp::Standard
cpl->add (reel);
}
+ d->set_annotation_text("A Test DCP");
d->add (cpl);
return d;
}