Fix up test.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2014 23:56:35 +0000 (23:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2014 23:56:35 +0000 (23:56 +0000)
test/ratio_test.cc

index 082a6ff11eed1b651b451b4bbb537ee2e84674bd..f3cbb504f0b874b9d5ef97b65d681b2e91ff33f3 100644 (file)
@@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (ratio_test)
 
        Ratio const * r = Ratio::from_id ("119");
        BOOST_CHECK (r);
-       BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1285, 1080));
+       BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1290, 1080));
 
        r = Ratio::from_id ("133");
        BOOST_CHECK (r);