diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-18 14:47:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 14:47:02 +0100 |
| commit | 6bdca5fdc67602249baf8cb0a9bebe818c067284 (patch) | |
| tree | 0a379e1a963c551eae4f9ba78fe473c18b107e51 | |
| parent | 91c62a41e2643d5c5c4bd18c064f1c080dfec4aa (diff) | |
Better information when check_audio_file fails.
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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] << ")" ); } |
