$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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();