$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54054 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-18 06:25:25
Author: cschladetsch
Date: 2009-06-18 06:25:25 EDT (Thu, 18 Jun 2009)
New Revision: 54054
URL: http://svn.boost.org/trac/boost/changeset/54054
Log:
test order
Text files modified: 
   sandbox/monotonic/libs/monotonic/test/main.cpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 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-18 06:25:25 EDT (Thu, 18 Jun 2009)
@@ -370,8 +370,8 @@
 #endif
 
         //test_chained_storage();
-	//test_map_list_heap_stack();
-	compare_memory_pool();
+	test_map_list_heap_stack();
+	//compare_memory_pool();
         //test_mono_map();
         //test_mono_map();
         //test_static_storage();