X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fratio_test.cc;h=1e8d5433358db19dca2015ca2ff22735b61e4171;hb=9dbf21fd28991898e61020de0809497999282562;hp=573e8899e6b6452594f5cc0fae17e15eae8416c2;hpb=6996f3e291aec986adb1589808a54d09b8647520;p=dcpomatic.git diff --git a/test/ratio_test.cc b/test/ratio_test.cc index 573e8899e..1e8d54333 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -28,6 +28,7 @@ #include #include "lib/ratio.h" #include "lib/util.h" +#include "test.h" using std::ostream; @@ -63,7 +64,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)); }