diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-25 00:03:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-25 00:03:51 +0100 |
| commit | 0f664dab81a835feebd5db92942413f91747481f (patch) | |
| tree | b0761612b7ca45c3ac4d7856dfc8e26e4f599295 /test/test.cc | |
| parent | f1d209319f90adc50e0f3d2a853216052f290bd5 (diff) | |
More tests; fix blend for YUV420P10LE.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 4 |
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 |
