From 6bdca5fdc67602249baf8cb0a9bebe818c067284 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 May 2016 14:47:02 +0100 Subject: [PATCH] Better information when check_audio_file fails. --- test/test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.cc b/test/test.cc index e41cc6599..791154077 100644 --- a/test/test.cc +++ b/test/test.cc @@ -151,6 +151,7 @@ check_audio_file (boost::filesystem::path ref, boost::filesystem::path check) BOOST_REQUIRE_MESSAGE ( abs (ref_buffer[i] - check_buffer[i]) <= 65536, ref << " differs from " << check << " at " << (ref_info.frames - N + i) << " of " << ref_info.frames + << "(" << ref_buffer[i] << " vs " << check_buffer[i] << ")" ); } -- 2.30.2