Fix build.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Jul 2018 23:36:56 +0000 (23:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Jul 2018 23:36:56 +0000 (23:36 +0000)
test/test.cc

index e68413ecdfd792a6264ed96aedda48ee5c52a687..158dc853cf6b61056b138798279c36c94eec1092 100644 (file)
@@ -477,7 +477,7 @@ check_one_frame (boost::filesystem::path dcp_dir, int64_t index, dcp::Size dcp_s
        double const dist = ref_magick.compare(dcp_magick, Magick::RootMeanSquaredErrorMetric);
        BOOST_CHECK_MESSAGE (dist < 0.001, ref << " differs from " << dcp_dir << ":" << index << " " << dist);
 #else
-       BOOST_CHECK_MESSAGE (!ref_magick.compare(dcp_magick), ref << " differs from " << check);
+       BOOST_CHECK_MESSAGE (!ref_magick.compare(dcp_magick), ref << " differs from " << dcp_dir << ":" << index);
 #endif
 }