|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r48956 - trunk/libs/test/doc/html/utf/user-guide/fixture
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-24 17:11:11
Author: jurko
Date: 2008-09-24 17:11:11 EDT (Wed, 24 Sep 2008)
New Revision: 48956
URL: http://svn.boost.org/trac/boost/changeset/48956
Log:
Added a missing word in the Boost Test library's global fixture documentation.
Text files modified:
trunk/libs/test/doc/html/utf/user-guide/fixture/global.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/test/doc/html/utf/user-guide/fixture/global.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture/global.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture/global.html 2008-09-24 17:11:11 EDT (Wed, 24 Sep 2008)
@@ -39,7 +39,7 @@
<li>There is no place for cleanup/teardown operations in the initialization function.</li>
<li>
Unlike the initialization function, the global fixture setup method invocation is guarded by the execution
- monitor. That means that all uncaught errors that occur during initialization are properly.
+ monitor. That means that all uncaught errors that occur during initialization are properly reported.
</li>
<li>
Any number of different global fixtures can be defined, which allows you to split initialization code by
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk