Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64765 - sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing
From: bbartmanboost_at_[hidden]
Date: 2010-08-12 13:41:47


Author: bbartman
Date: 2010-08-12 13:41:46 EDT (Thu, 12 Aug 2010)
New Revision: 64765
URL: http://svn.boost.org/trac/boost/changeset/64765

Log:
forgot to remove a piece ofcode from the test suite which causes it to fail
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/proxy_reference_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/proxy_reference_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/proxy_reference_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/proxy_reference_test.cpp 2010-08-12 13:41:46 EDT (Thu, 12 Aug 2010)
@@ -699,7 +699,7 @@
 test_type_10;
 test_type_11
 */
- BOOST_TEST(false);
+ // BOOST_TEST(false);
 
     }
     return boost::report_errors();


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