diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 23:46:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 23:46:20 +0100 |
| commit | 2194158985f9c1300ffe24c7c6fb786cb39bbdb5 (patch) | |
| tree | c06bb8938330010901e283412479c6e3a6648311 /test/tests.cc | |
| parent | 3f96dedbdd7f232d10f7851eed37dd6d350332c7 (diff) | |
Tags -> Metadata
Diffstat (limited to 'test/tests.cc')
| -rw-r--r-- | test/tests.cc | 4 |
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"; |
