|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80084 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-19 13:03:12
Author: jurko
Date: 2012-08-19 13:03:11 EDT (Sun, 19 Aug 2012)
New Revision: 80084
URL: http://svn.boost.org/trac/boost/changeset/80084
Log:
Internal Boost Build testing system cleanup - minor stylistic change.
Text files modified:
trunk/tools/build/v2/test/project_id.py | 4 ++--
1 files changed, 2 insertions(+), 2 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-19 13:03:11 EDT (Sun, 19 Aug 2012)
@@ -63,7 +63,7 @@
t.cleanup()
-def test_assigning_using_project_ids_in_target_references():
+def test_using_project_ids_in_target_references():
t = BoostBuild.Tester()
__write_appender(t, "appender.jam")
t.write("jamroot.jam", """\
@@ -316,6 +316,6 @@
test_assigning_project_ids()
-test_assigning_using_project_ids_in_target_references()
+test_using_project_ids_in_target_references()
test_repeated_ids()
test_unresolved_project_references()
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