From: Lars J. Aas (parawaiter_at_[hidden])
Date: 2007-09-21 06:10:45


  Hello,

I am trying to use BOOST_AUTO_TEST_SUITE() + BOOST_AUTO_TEST_CASE() and mark
a test case for having expected failures. I am not able to use the
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES() macro inbetween the
BOOST_AUTO_TEST_SUITE() and BOOST_AUTO_TEST_SUITE_END() macros, and I
haven't found a way to be able to tag a test-suite-bound auto-test-case from
outside that scope.

Does anybody know if this is possible at all? Could it be possible,
programmatically, from within the test-case?

  Lars J