From 401da185ca664fc8d819fc842ffc08e14d4f6486 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Apr 2024 01:49:09 +0200 Subject: Restore time zone to Cinema and improve UI to use it (#2473). --- test/kdm_cli_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/kdm_cli_test.cc') diff --git a/test/kdm_cli_test.cc b/test/kdm_cli_test.cc index 2a508d97c..1c590cdf7 100644 --- a/test/kdm_cli_test.cc +++ b/test/kdm_cli_test.cc @@ -154,13 +154,13 @@ setup_test_config() auto config = Config::instance(); auto const cert = dcp::Certificate(dcp::file_to_string("test/data/cert.pem")); - auto cinema_a = std::make_shared("Dean's Screens", vector(), ""); + auto cinema_a = std::make_shared("Dean's Screens", vector(), "", dcp::UTCOffset()); cinema_a->add_screen(std::make_shared("Screen 1", "", cert, boost::none, std::vector())); cinema_a->add_screen(std::make_shared("Screen 2", "", cert, boost::none, std::vector())); cinema_a->add_screen(std::make_shared("Screen 3", "", cert, boost::none, std::vector())); config->add_cinema(cinema_a); - auto cinema_b = std::make_shared("Floyd's Celluloid", vector(), ""); + auto cinema_b = std::make_shared("Floyd's Celluloid", vector(), "", dcp::UTCOffset()); cinema_b->add_screen(std::make_shared("Foo", "", cert, boost::none, std::vector())); cinema_b->add_screen(std::make_shared("Bar", "", cert, boost::none, std::vector())); config->add_cinema(cinema_b); -- cgit v1.2.3