X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftorture_test.cc;h=27b4b5d144cd5194c3fa06abb2bb94bfdaea12b2;hb=b29eb5107c5e77fe01e43010e1582e733f6ceea1;hp=979e1beb84c917cd20e3f71f464d0fb9c5bd9bc0;hpb=ce29d071ad8b420d3d4ba6d06487b3513cc86bef;p=dcpomatic.git diff --git a/test/torture_test.cc b/test/torture_test.cc index 979e1beb8..27b4b5d14 100644 --- a/test/torture_test.cc +++ b/test/torture_test.cc @@ -90,9 +90,9 @@ BOOST_AUTO_TEST_CASE (torture_test1) dcp.read (); list > cpls = dcp.cpls (); - BOOST_REQUIRE_EQUAL (cpls.size(), 1); + BOOST_REQUIRE_EQUAL (cpls.size(), 1U); list > reels = cpls.front()->reels (); - BOOST_REQUIRE_EQUAL (reels.size(), 1); + BOOST_REQUIRE_EQUAL (reels.size(), 1U); /* Check sound */