Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80004 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-13 10:22:02


Author: jurko
Date: 2012-08-13 10:22:02 EDT (Mon, 13 Aug 2012)
New Revision: 80004
URL: http://svn.boost.org/trac/boost/changeset/80004

Log:
Corrected the internal Boost Build project_id.py test to pass with the latest changes made in the project.py module.
Text files modified:
   trunk/tools/build/v2/test/project_id.py | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/tools/build/v2/test/project_id.py
==============================================================================
--- trunk/tools/build/v2/test/project_id.py (original)
+++ trunk/tools/build/v2/test/project_id.py 2012-08-13 10:22:02 EDT (Mon, 13 Aug 2012)
@@ -115,10 +115,12 @@
 error: Attempt to redeclare already registered project id '/foo'.
 error: Original project:
 error: Name: Jamfile<*>
+error: Module: Jamfile<*>
 error: Main id: /foo
 error: File: jamroot.jam
 error: Location: .
 error: New project:
+error: Module: Jamfile<*>
 error: File: a*jamfile.jam
 error: Location: a""")
 
@@ -128,10 +130,12 @@
 error: Attempt to redeclare already registered project id '/foo'.
 error: Original project:
 error: Name: Jamfile<*>
+error: Module: Jamfile<*>
 error: Main id: /foo
 error: File: jamroot.jam
 error: Location: .
 error: New project:
+error: Module: Jamfile<*>
 error: File: a*jamfile.jam
 error: Location: a""")
 
@@ -147,10 +151,12 @@
 error: Attempt to redeclare already registered project id '/foo'.
 error: Original project:
 error: Name: Jamfile<*>
+error: Module: Jamfile<*>
 error: Main id: /foo
 error: File: a*jamfile.jam
 error: Location: a
 error: New project:
+error: Module: Jamfile<*>
 error: File: jamroot.jam
 error: Location: .""")
 


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