diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-10 01:38:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-10 10:58:39 +0200 |
| commit | 71a4ce8ce1e1e6ac225c08fbe15437a946bde235 (patch) | |
| tree | e3c0f0b26ba406af67334866b1ed360ee2dee632 | |
| parent | 2aa794270a88d2e89b6a6dd86d9d16ce5ba0a954 (diff) | |
Replace BOOST_TEST with an older BOOST_CHECK for Ubuntu 16.04.
| -rw-r--r-- | test/cpl_ratings_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
