Index: libs/test/doc/html/utf/user-guide/fixture/per-test-case.html
===================================================================
--- libs/test/doc/html/utf/user-guide/fixture/per-test-case.html (revision 67021)
+++ libs/test/doc/html/utf/user-guide/fixture/per-test-case.html (working copy)
@@ -32,7 +32,7 @@
BOOST_FIXTURE_TEST_CASE in place of the macro BOOST_AUTO_TEST_CASE
:
-BOOST_FIXTURE_TEST_CASE(test_case_name, fixure_name)+BOOST_FIXTURE_TEST_CASE(test_case_name, fixture_name)
The only difference from the macro BOOST_AUTO_TEST_CASE
is the presence of an extra argument
- fixture name. Unlike the pure C++ solution you have direct access to the public and protected members of the