summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
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;
}