$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53892 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-14 03:00:08
Author: cschladetsch
Date: 2009-06-14 03:00:07 EDT (Sun, 14 Jun 2009)
New Revision: 53892
URL: http://svn.boost.org/trac/boost/changeset/53892
Log:
removed reference to test_rope
Text files modified: 
   sandbox/monotonic/libs/monotonic/test/main.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/test/main.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/main.cpp	(original)
+++ sandbox/monotonic/libs/monotonic/test/main.cpp	2009-06-14 03:00:07 EDT (Sun, 14 Jun 2009)
@@ -433,7 +433,7 @@
 
 int main()
 {
-	test_rope();
+	//test_rope();
         test_shared_allocators();
         test_alignment();
         test_auto_buffer();