$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-08-15 14:35:12
Author: grafik
Date: 2007-08-15 14:35:11 EDT (Wed, 15 Aug 2007)
New Revision: 38694
URL: http://svn.boost.org/trac/boost/changeset/38694
Log:
Change remove() to glob_remove() in expect_modification, even though this check is not used.
Text files modified: 
   trunk/tools/build/v2/test/BoostBuild.py |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/test/BoostBuild.py
==============================================================================
--- trunk/tools/build/v2/test/BoostBuild.py	(original)
+++ trunk/tools/build/v2/test/BoostBuild.py	2007-08-15 14:35:11 EDT (Wed, 15 Aug 2007)
@@ -458,7 +458,7 @@
     def expect_modification(self, names):
         for name in self.adjust_names(names):
                 try:
-                        self.unexpected_difference.modified_files.remove(name)
+                        glob_remove(self.unexpected_difference.modified_files,name)
                 except:
                         print "File %s not modified as expected" % (name,)
                         self.fail_test(1)