diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-14 17:55:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-14 17:55:19 +0200 |
| commit | 3b95566292358924dabb7b11d0abcb849c68769b (patch) | |
| tree | 875002c841f8670d9e893cf6f65141250d3f7124 /test | |
| parent | 11a3284c65b94960ef1e2ad819ccc22e97aa9454 (diff) | |
Fix build with newer boost.
Diffstat (limited to 'test')
| -rw-r--r-- | test/combine_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/combine_test.cc b/test/combine_test.cc index 402a8c72..4c7528c8 100644 --- a/test/combine_test.cc +++ b/test/combine_test.cc @@ -530,7 +530,7 @@ BOOST_AUTO_TEST_CASE(combine_ov_with_vf) int sub_files = 0; for (auto i: boost::filesystem::recursive_directory_iterator(out_path)) { - if (boost::filesystem::extension(i.path()) == ".xml" && i.path().filename().string().substr(0, 3) == "sub") { + if (dcp::filesystem::extension(i.path()) == ".xml" && i.path().filename().string().substr(0, 3) == "sub") { ++sub_files; std::vector<boost::filesystem::path> parts; for (auto j: i.path().lexically_relative(out_path)) { |
