Update ratio_test for removed ratio.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Apr 2015 19:57:10 +0000 (20:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Apr 2015 19:57:10 +0000 (20:57 +0100)
test/ratio_test.cc

index eab30ceee02ab3d098b8935d516551fbbc7d8060..5c3df2e35f983f05b2c91482aeb74d94782c6816 100644 (file)
@@ -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));