summaryrefslogtreecommitdiff
path: root/test/local_time_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-14 02:02:17 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-14 02:02:17 +0200
commit96d6f783b7dfac04af8a7d77033a3d05e31cfc10 (patch)
tree38c78bc2ab560401f20cd9cde7571f3edd5d6f44 /test/local_time_test.cc
parente97157fd7fe6767fdc2b1fa32df5b821296907a9 (diff)
C++11 tidying.
Diffstat (limited to 'test/local_time_test.cc')
-rw-r--r--test/local_time_test.cc9
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)
{
{