diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
| commit | 43465aa4037cec6d351a842a6624a50685d6c127 (patch) | |
| tree | c4a7ddc4ee7fd49492588422bb53b2c84760e83c /test/utc_offset_to_string_test.cc | |
| parent | b405b414993458babbb4532ddeeef9928ec7c06e (diff) | |
Split tests up.
Diffstat (limited to 'test/utc_offset_to_string_test.cc')
| -rw-r--r-- | test/utc_offset_to_string_test.cc | 4 |
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"); |
