|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54837 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-07-09 13:47:48
Author: bhy
Date: 2009-07-09 13:47:47 EDT (Thu, 09 Jul 2009)
New Revision: 54837
URL: http://svn.boost.org/trac/boost/changeset/54837
Log:
fixed dict test case
Text files modified:
sandbox-branches/bhy/py3k/libs/python/test/dict.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/bhy/py3k/libs/python/test/dict.py
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/dict.py (original)
+++ sandbox-branches/bhy/py3k/libs/python/test/dict.py 2009-07-09 13:47:47 EDT (Thu, 09 Jul 2009)
@@ -20,7 +20,7 @@
[(1, {'key2': 'value2'}), ('key1', 'value1')]
>>> print dict_from_sequence([(1,1),(2,2),(3,3)])
{1: 1, 2: 2, 3: 3}
->>> test_templates(printer)
+>>> test_templates(printer) #doctest: +NORMALIZE_WHITESPACE
a test string
13
None
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