Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79784 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-28 10:12:39


Author: jurko
Date: 2012-07-28 10:12:39 EDT (Sat, 28 Jul 2012)
New Revision: 79784
URL: http://svn.boost.org/trac/boost/changeset/79784

Log:
Minor stylistic comment update in the internal Boost Build rebuilds.py test.
Text files modified:
   trunk/tools/build/v2/test/rebuilds.py | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/tools/build/v2/test/rebuilds.py
==============================================================================
--- trunk/tools/build/v2/test/rebuilds.py (original)
+++ trunk/tools/build/v2/test/rebuilds.py 2012-07-28 10:12:39 EDT (Sat, 28 Jul 2012)
@@ -46,11 +46,11 @@
 t.expect_nothing_more()
 
 t.touch("bar")
-# The following wait is needed to make the test system correctly recognize the
-# 'bar' file as touched by the next build run, even if it uses 1 second file
-# modification timestamp resolution and the build system does the rebuild fast
-# enough that the original and the touched files have their file modification
-# timestamps within the same second.
+# Wait to make the test system correctly recognize the 'bar' file as touched by
+# the next build run, even if it uses 1 second file modification timestamp
+# resolution and the build system does the rebuild fast enough that the
+# original and the touched files have their file modification timestamps within
+# the same second.
 t.wait_for_time_change()
 t.run_build_system()
 t.expect_touch(["foo", "bar", "aux1", "aux2"])


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