summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 41811b1e..7d60f70e 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -21,7 +21,7 @@
#include "KM_prng.h"
#include "dcp.h"
#include "util.h"
-#include "tags.h"
+#include "metadata.h"
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE libdcp_test
@@ -34,7 +34,7 @@ BOOST_AUTO_TEST_CASE (dcp_test)
{
Kumu::libdcp_test = true;
- libdcp::Tags* t = libdcp::Tags::instance ();
+ libdcp::Metadata* t = libdcp::Metadata::instance ();
t->issuer = "OpenDCP 0.0.25";
t->creator = "OpenDCP 0.0.25";
t->company_name = "OpenDCP";