From 2194158985f9c1300ffe24c7c6fb786cb39bbdb5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Jul 2012 23:46:20 +0100 Subject: Tags -> Metadata --- test/tests.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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"; -- cgit v1.2.3