diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-14 19:11:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-14 19:11:11 +0000 |
| commit | e3619025bb733ccdf1139ca021cbeb8c3ac1fab0 (patch) | |
| tree | 9fc53a38f2ba011bde3d01537c4afb1ec184b8c2 | |
| parent | bac6c3d236358b1eead9ad4ee154e12d03edb3fa (diff) | |
| parent | 497513c4c987856665f7e7cb36e9b69147f61291 (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
| -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); |
