Skip to content

Conversation

@kai-unger
Copy link
Contributor

Updated the boost driver to support recent versions of boost as mentioned in issue #89. Tested with boost versions 1.54, 1.58, 1.59 and 1.60.

Adapted code to API changes in boost 1.59 and 1.60:

  • Register global test case during initialization only (adding test
    case later does not work any longer) and exchange step body function
    dynamically instead.
  • Replacement for removed
    boost::test::unit_test::framework::is_initialized()

Adapted code to API changes in boost 1.59 and 1.60:

- Register global test case during initialization only (adding test
case later does not work any longer) and exchange step body function
dynamically instead.
- Replacement for removed
boost::test::unit_test::framework::is_initialized()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants