diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 17:48:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 17:48:54 +0000 |
| commit | 9458457504af5548bc51b3c29e65dbe92fd0513d (patch) | |
| tree | 848f587f33cd8b00eb7cac3704960633c89a13f3 /test/ratio_test.cc | |
| parent | 6375948ecd5ae22b045ed5bd518d8b05345e8c68 (diff) | |
Add test for incorrect ISDCF name with full-frame content, and fix it (#1118).
Diffstat (limited to 'test/ratio_test.cc')
| -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 573e8899e..43f1d2a15 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE (ratio_test) BOOST_CHECK (r); BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080)), dcp::Size (2048, 858)); - r = Ratio::from_id ("full-frame"); + r = Ratio::from_id ("190"); BOOST_CHECK (r); BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080)), dcp::Size (2048, 1080)); } |
