diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-12 20:57:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-12 20:57:10 +0100 |
| commit | c9244dd9978a462cf9ddaf6691edd98312a790cd (patch) | |
| tree | ab745c5f3f7b9a61c3e4321a9c5d29840bc51869 | |
| parent | 01ddd695a3105b195ba610298f952f9473d75134 (diff) | |
Update ratio_test for removed ratio.
| -rw-r--r-- | test/ratio_test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ratio_test.cc b/test/ratio_test.cc index eab30ceee..5c3df2e35 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -41,10 +41,6 @@ BOOST_AUTO_TEST_CASE (ratio_test) BOOST_CHECK (r); BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080), 1), dcp::Size (1440, 1080)); - r = Ratio::from_id ("137"); - BOOST_CHECK (r); - BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080), 1), dcp::Size (1480, 1080)); - r = Ratio::from_id ("138"); BOOST_CHECK (r); BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080), 1), dcp::Size (1485, 1080)); |
