$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63239 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-06-22 11:21:18
Author: bbartman
Date: 2010-06-22 11:21:17 EDT (Tue, 22 Jun 2010)
New Revision: 63239
URL: http://svn.boost.org/trac/boost/changeset/63239
Log:
completed the test suite addition for filler
Text files modified: 
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/filler_test.cpp |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/filler_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/filler_test.cpp	(original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/filler_test.cpp	2010-06-22 11:21:17 EDT (Tue, 22 Jun 2010)
@@ -28,8 +28,10 @@
 
 int main() {
     
+    int temp = mpl::at_c<test_tuple::members, 2>::type::offset::value - (mpl::at_c<test_tuple::members, 1>::type::offset::value +
+        mpl::at_c<test_tuple::members, 1>::type::field_width::value);
     
-    // BOOST_ASSERT(( ));
+    BOOST_ASSERT(( temp == 3 ));
     return 0;
 }