summaryrefslogtreecommitdiff
path: root/test/utc_offset_to_string_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/utc_offset_to_string_test.cc')
-rw-r--r--test/utc_offset_to_string_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/utc_offset_to_string_test.cc b/test/utc_offset_to_string_test.cc
index ad1d1249..af9c6533 100644
--- a/test/utc_offset_to_string_test.cc
+++ b/test/utc_offset_to_string_test.cc
@@ -17,9 +17,11 @@
*/
+#include <boost/test/unit_test.hpp>
#include "metadata.h"
+#include "util.h"
-/** Test XMLMetadata::utc_offset_to_string */
+/** Test libdcp::utc_offset_to_string */
BOOST_AUTO_TEST_CASE (utc_offset_to_string_test)
{
BOOST_CHECK_EQUAL (libdcp::utc_offset_to_string (30), "+00:30");