diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index d9ab2d60b..630026120 100644 --- a/test/test.cc +++ b/test/test.cc @@ -567,7 +567,7 @@ check_dcp(boost::filesystem::path ref, boost::filesystem::path check, bool sound options.max_subtitle_vertical_position_error = 0.001; options.sound_assets_can_differ = sound_can_differ; - BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2))); + BOOST_CHECK_MESSAGE(ref_dcp.equals(check_dcp, options, boost::bind (note, _1, _2)), check << " does not match " << ref); } void |
