$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-09-21 15:06:51
Lars J. Aas <parawaiter <at> gmail.com> writes:
>
> Â 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.
Can you provide an error messages?
> Does anybody know if this is possible at all? Could it be possible,
programmatically, from within the test-case? Lars J
You can always register some test cases manually.
Gennadiy