From 71a4ce8ce1e1e6ac225c08fbe15437a946bde235 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 10 Oct 2023 01:38:14 +0200 Subject: [PATCH] Replace BOOST_TEST with an older BOOST_CHECK for Ubuntu 16.04. --- test/cpl_ratings_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpl_ratings_test.cc b/test/cpl_ratings_test.cc index 2c1efa58..07bc2d16 100644 --- a/test/cpl_ratings_test.cc +++ b/test/cpl_ratings_test.cc @@ -96,5 +96,5 @@ BOOST_AUTO_TEST_CASE (cpl_ratings) ); dcp::CPL cpl2 ("build/test/cpl_ratings.xml"); - BOOST_TEST(ratings == cpl2.ratings()); + BOOST_CHECK(ratings == cpl2.ratings()); } -- 2.30.2