diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-20 22:05:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-27 00:06:49 +0200 |
| commit | 0573dd642350e16ffdb82887cc3cdc4f1822f320 (patch) | |
| tree | b53e00083486e1f97a9c0e2d8f9ad44232850aea /test/test.cc | |
| parent | d4d74faf2270f423235a5db47e9b48a17acdf970 (diff) | |
Cleanup: set annotation text in make_simple().
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 1 |
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; } |
