cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
308 stars 131 forks source link

Fix API change in boost::unit_test::unit_test_log_formatter #227

Closed LukasWoodtli closed 3 years ago

LukasWoodtli commented 4 years ago

Summary

There is an API change in unit_test_log_formatter from Boost.Test.

Details

boost::unit_test::unit_test_log_formatter::log_build_info now expects a second argument.

Motivation and Context

There is now a preprocessor define to support building also with Boost.Test from 1.70.

How Has This Been Tested?

Manual build with Boost 1.71. There's no package for Boost >= for trusty (as used on travis).

Types of changes

Checklist:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.47% when pulling 3af03a8f65affe72ca9099d924bee8ab88e64c16 on LukasWoodtli:BoostTestApiChange into dd424c1a900cb41c5db9d481714eb3471ce195e3 on cucumber:master.

LukasWoodtli commented 4 years ago

Just seen that this is a douplicate of #225.

jermus67 commented 3 years ago

Fixed with pull request #239