$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60434 - trunk/libs/serialization/test
From: ramey_at_[hidden]
Date: 2010-03-10 13:01:34
Author: ramey
Date: 2010-03-10 13:01:33 EST (Wed, 10 Mar 2010)
New Revision: 60434
URL: http://svn.boost.org/trac/boost/changeset/60434
Log:
suppress test_plugin as I can't figure out how to get boost build to run it
Text files modified: 
   trunk/libs/serialization/test/Jamfile.v2               |     3 +--                                     
   trunk/libs/serialization/test/polymorphic_derived2.hpp |     2 +-                                      
   2 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/libs/serialization/test/Jamfile.v2
==============================================================================
--- trunk/libs/serialization/test/Jamfile.v2	(original)
+++ trunk/libs/serialization/test/Jamfile.v2	2010-03-10 13:01:33 EST (Wed, 10 Mar 2010)
@@ -111,9 +111,8 @@
 if ! $(BOOST_ARCHIVE_LIST) {
     test-suite "serialization2" : 
         [ test-bsl-run test_dll_exported : : dll_polymorphic_derived2_lib : <runtime-link>shared ]
-        [ test-bsl-run test_dll_plugin : : dll_polymorphic_derived2_lib : <runtime-link>shared ]
-        [ compile test_dll_plugin.cpp ]
         [ test-bsl-run test_dll_simple : : dll_a_lib : <runtime-link>shared ]
+        [ compile test_dll_plugin.cpp ]
         [ test-bsl-run test_private_ctor ]
         [ test-bsl-run test_reset_object_address : A ]
         [ test-bsl-run test_void_cast ]
Modified: trunk/libs/serialization/test/polymorphic_derived2.hpp
==============================================================================
--- trunk/libs/serialization/test/polymorphic_derived2.hpp	(original)
+++ trunk/libs/serialization/test/polymorphic_derived2.hpp	2010-03-10 13:01:33 EST (Wed, 10 Mar 2010)
@@ -7,7 +7,7 @@
 #endif
 
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
-// derived1.hpp    simple class test
+// polymorphic_derived2.hpp    simple class test
 
 // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . 
 // Use, modification and distribution is subject to the Boost Software