Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54838 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-07-09 13:50:12


Author: bhy
Date: 2009-07-09 13:50:11 EDT (Thu, 09 Jul 2009)
New Revision: 54838
URL: http://svn.boost.org/trac/boost/changeset/54838

Log:
fix tuple test case by indicate doctests to ignore spaces
Text files modified:
   sandbox-branches/bhy/py3k/libs/python/test/tuple.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/bhy/py3k/libs/python/test/tuple.py
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/tuple.py (original)
+++ sandbox-branches/bhy/py3k/libs/python/test/tuple.py 2009-07-09 13:50:11 EDT (Thu, 09 Jul 2009)
@@ -11,7 +11,7 @@
 ('t', 'h', 'i', 's', ' ', 'i', 's', ' ', 'a', ' ', 't', 'e', 's', 't', ' ', 's', 't', 'r', 'i', 'n', 'g')
>>> t1 = convert_to_tuple("this is")
>>> t2 = (1,2,3,4)
->>> test_operators(t1,t2,printer)
+>>> test_operators(t1,t2,printer) #doctest: +NORMALIZE_WHITESPACE
 ('t', 'h', 'i', 's', ' ', 'i', 's', 1, 2, 3, 4)
>>> make_tuple()
 ()


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