diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-14 13:26:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-14 13:26:37 +0000 |
| commit | 497513c4c987856665f7e7cb36e9b69147f61291 (patch) | |
| tree | bd5fe021c1c6a945f861bd3c4a4cbb22e4b4b1fc | |
| parent | cb979cc683d627da324802e2465b6187af51048e (diff) | |
Update 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); |
