|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63458 - trunk/libs/filesystem/v3/test
From: bdawes_at_[hidden]
Date: 2010-06-30 18:10:42
Author: bemandawes
Date: 2010-06-30 18:10:41 EDT (Wed, 30 Jun 2010)
New Revision: 63458
URL: http://svn.boost.org/trac/boost/changeset/63458
Log:
Add message indicating error test complete to shed light on Solaris problem
Text files modified:
trunk/libs/filesystem/v3/test/path_unit_test.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/filesystem/v3/test/path_unit_test.cpp
==============================================================================
--- trunk/libs/filesystem/v3/test/path_unit_test.cpp (original)
+++ trunk/libs/filesystem/v3/test/path_unit_test.cpp 2010-06-30 18:10:41 EDT (Wed, 30 Jun 2010)
@@ -855,7 +855,8 @@
std::cout << " restoring original locale ..." << std::endl;
path::imbue(old_loc);
- }
+ std::cout << " testing error handling complete" << std::endl;
+ }
# if 0
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk