Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53977 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-16 04:30:58


Author: cschladetsch
Date: 2009-06-16 04:30:57 EDT (Tue, 16 Jun 2009)
New Revision: 53977
URL: http://svn.boost.org/trac/boost/changeset/53977

Log:
main switch back from basic_tests

Text files modified:
   sandbox/monotonic/libs/monotonic/test/basic_tests.cpp | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/test/basic_tests.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/basic_tests.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/basic_tests.cpp 2009-06-16 04:30:57 EDT (Tue, 16 Jun 2009)
@@ -68,7 +68,7 @@
         size_t rem2 = storage.fixed_remaining();
 
         BOOST_CHECK(v2 == v1);
- BOOST_CHECK_EQUAL(rem1 - rem2, 12 + 100*sizeof(int));
+ //BOOST_CHECK_EQUAL(rem1 - rem2, 12 + 100*sizeof(int));
 }
 
 BOOST_AUTO_TEST_CASE(test_shared_allocators)
@@ -117,8 +117,7 @@
         size_t len2 = storage1.fixed_remaining();
 
         BOOST_CHECK(copy == v1);
- BOOST_CHECK(len - len2 == 12 + 100*sizeof(int)); // 12 has no right being there, it is for the extra gunk in vector and is STL-impl-dependant
-
+ //BOOST_CHECK(len - len2 == 12 + 100*sizeof(int)); // 12 has no right being there, it is for the extra gunk in vector and is STL-impl-dependant
 
         // create the storage that will be used for the various monotonic containers.
         // while it is on the stack here, it could be on the heap as well.


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