diff options
Diffstat (limited to 'test/local_time_test.cc')
| -rw-r--r-- | test/local_time_test.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/local_time_test.cc b/test/local_time_test.cc index 4ac92240..e80a863d 100644 --- a/test/local_time_test.cc +++ b/test/local_time_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2020 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,9 +31,11 @@ files in the program, then also delete it here. */ -#include <boost/test/unit_test.hpp> -#include "local_time.h" + #include "exceptions.h" +#include "local_time.h" +#include <boost/test/unit_test.hpp> + /** Check that dcp::LocalTime works */ BOOST_AUTO_TEST_CASE (local_time_basic_test) @@ -139,6 +141,7 @@ BOOST_AUTO_TEST_CASE (local_time_basic_test) } } + BOOST_AUTO_TEST_CASE (local_time_add_minutes_test) { { |
