summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 291982dd..d434429a 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -212,7 +212,7 @@ BOOST_AUTO_TEST_CASE (dcp_time)
a = libdcp::Time (24, 12, 6, 3);
b = libdcp::Time (16, 8, 4, 2);
- BOOST_CHECK_EQUAL (a / b, 1.5);
+ BOOST_CHECK_CLOSE (a / b, 1.5, 1e-5);
}
BOOST_AUTO_TEST_CASE (color)