Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-09-07 20:15:25


Author: vladimir_prus
Date: 2007-09-07 20:15:23 EDT (Fri, 07 Sep 2007)
New Revision: 39165
URL: http://svn.boost.org/trac/boost/changeset/39165

Log:
Fix remove_requirements test. I have no idea how
it could have passed as-is.

Text files modified:
   trunk/tools/build/v2/test/remove_requirement.py | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/test/remove_requirement.py
==============================================================================
--- trunk/tools/build/v2/test/remove_requirement.py (original)
+++ trunk/tools/build/v2/test/remove_requirement.py 2007-09-07 20:15:23 EDT (Fri, 07 Sep 2007)
@@ -80,7 +80,7 @@
 
 t.rm(".")
 
-# No test that path requirements can be removed as well.
+# Now test that path requirements can be removed as well.
 t.write("Jamroot", """
 build-project sub ;
 
@@ -109,7 +109,7 @@
 
 t.run_build_system()
 
-t.expect_addition("bin/$toolset/debug/hello.exe")
+t.expect_addition("sub/bin/$toolset/debug/hello.exe")
 
 t.cleanup()
 


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