$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: mconsoni_at_[hidden]
Date: 2007-07-02 13:00:17
Author: mconsoni
Date: 2007-07-02 13:00:15 EDT (Mon, 02 Jul 2007)
New Revision: 7337
URL: http://svn.boost.org/trac/boost/changeset/7337
Log:
- changed the path to the lots_of_parameters_interface header file, now it's lots_of_parameters_iface.hpp (it exceeded 31 chars).
Text files modified: 
   sandbox/libs/extension/test/parameters_test.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/libs/extension/test/parameters_test.cpp
==============================================================================
--- sandbox/libs/extension/test/parameters_test.cpp	(original)
+++ sandbox/libs/extension/test/parameters_test.cpp	2007-07-02 13:00:15 EDT (Mon, 02 Jul 2007)
@@ -16,7 +16,7 @@
 #define BOOST_TEST_DYN_LINK 1
 #include <boost/test/unit_test.hpp>
 
-#include "../examples/parameters/lots_of_parameters_interface.hpp"
+#include "../examples/parameters/lots_of_parameters_iface.hpp"
 
 
 using namespace boost::extensions;