summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-25 00:03:51 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-25 00:03:51 +0100
commit0f664dab81a835feebd5db92942413f91747481f (patch)
treeb0761612b7ca45c3ac4d7856dfc8e26e4f599295 /test/test.cc
parentf1d209319f90adc50e0f3d2a853216052f290bd5 (diff)
More tests; fix blend for YUV420P10LE.
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc
index 85c36c16c..b81d20134 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -175,7 +175,7 @@ check_image (boost::filesystem::path ref, boost::filesystem::path check)
ref_image.read (ref.string ());
Magick::Image check_image;
check_image.read (check.string ());
- DCPOMATIC_ASSERT (ref_image.compare (check_image));
+ BOOST_CHECK_MESSAGE (ref_image.compare (check_image), ref << " differs from " << check);
}
void