diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 16:36:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 16:36:28 +0000 |
| commit | 4e5d5c7dcc6470b8dc918d03a00e30c07df60efe (patch) | |
| tree | c167419e927f260348b468aae5036815a6a640a5 /test | |
| parent | e8204f55c981493b99814f71a50b3c3d62601032 (diff) | |
| parent | f71a23109d774dc65e4262e5dba41360732cf342 (diff) | |
Merge master.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ratio_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ratio_test.cc b/test/ratio_test.cc index 1a39040fb..082a6ff11 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE (ratio_test) r = Ratio::from_id ("133"); BOOST_CHECK (r); - BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1436, 1080)); + BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1440, 1080)); r = Ratio::from_id ("137"); BOOST_CHECK (r); @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (ratio_test) r = Ratio::from_id ("166"); BOOST_CHECK (r); - BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1793, 1080)); + BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), libdcp::Size (2048, 1080)), libdcp::Size (1800, 1080)); r = Ratio::from_id ("178"); BOOST_CHECK (r); |
