$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78216 - trunk/libs/iostreams/test
From: juergen.hunold_at_[hidden]
Date: 2012-04-27 02:49:34
Author: jhunold
Date: 2012-04-27 02:49:28 EDT (Fri, 27 Apr 2012)
New Revision: 78216
URL: http://svn.boost.org/trac/boost/changeset/78216
Log:
Fix: remove obsolete test using removed Boost.Filesystem V2
Text files modified: 
   trunk/libs/iostreams/test/Jamfile.v2 |     7 +------                                 
   1 files changed, 1 insertions(+), 6 deletions(-)
Modified: trunk/libs/iostreams/test/Jamfile.v2
==============================================================================
--- trunk/libs/iostreams/test/Jamfile.v2	(original)
+++ trunk/libs/iostreams/test/Jamfile.v2	2012-04-27 02:49:28 EDT (Fri, 27 Apr 2012)
@@ -87,12 +87,7 @@
           [ test-iostreams line_filter_test.cpp ]
           [ test-iostreams mapped_file_test.cpp 
                 ../build//boost_iostreams ]
-          [ test-iostreams path_test.cpp
-                : <define>BOOST_FILESYSTEM_VERSION=2
-                : path_test_filesystem2 ]
-          [ test-iostreams path_test.cpp
-                : <define>BOOST_FILESYSTEM_VERSION=3
-                : path_test_filesystem3 ]
+          [ test-iostreams path_test.cpp ]
           [ test-iostreams newline_test.cpp ]
           [ test-iostreams null_test.cpp ]
           [ test-iostreams operation_sequence_test.cpp ]