diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-22 23:56:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-22 23:56:35 +0000 |
| commit | 8c95be068518c96f7d31b44e106297de446c163f (patch) | |
| tree | a2d2427b76c63dac4655381325700847b9e782d5 | |
| parent | 88b0b2946ee974f65df74a4bda0a86d9b6008076 (diff) | |
Fix up test.
| -rw-r--r-- | test/ratio_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ratio_test.cc b/test/ratio_test.cc index 082a6ff11..f3cbb504f 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -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); |
