Apply the remainder of a 1.x patch; a test.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index c6af70c2c3c138a95fe973714be15b969f878d30..c5f43173ea57b55ada9eb972c2da0cdd8845a008 100644 (file)
@@ -61,7 +61,7 @@ test (boost::filesystem::path file, float fps, int gaps)
        for (VideoFrame i = 0; i < N; ++i) {
                list<ContentVideo> v;
                v = decoder.get_video (i, true);
-               BOOST_CHECK (v.size() == 1);
+               BOOST_CHECK_EQUAL (v.size(), 1);
                BOOST_CHECK_EQUAL (v.front().frame, i);
        }
 #ifdef DCPOMATIC_DEBUG