Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-12 08:10:35


Author: danieljames
Date: 2008-01-12 08:10:34 EST (Sat, 12 Jan 2008)
New Revision: 42697
URL: http://svn.boost.org/trac/boost/changeset/42697

Log:
Remove 'and dirty' from my lightweight exception test mechanism, the only remotely 'dirty' part is the alternative macros for boost test and lightweight test.
Text files modified:
   branches/unordered/trunk/libs/unordered/test/objects/exception.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/test/objects/exception.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/exception.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/exception.hpp 2008-01-12 08:10:34 EST (Sat, 12 Jan 2008)
@@ -202,7 +202,8 @@
         ::boost::itest::exception_safety(runner, name);
     }
 #else
- // Quick and dirty exception testing based on lightweight test
+
+ // Quick exception testing based on lightweight test
 
     namespace lightweight {
         static int iteration;


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