test fix for Py<=2.5
authorStefan Behnel <scoder@users.berlios.de>
Sat, 17 Jul 2010 14:19:20 +0000 (16:19 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 17 Jul 2010 14:19:20 +0000 (16:19 +0200)
tests/run/notinop.pyx

index 50142e23648f2c7851946c82d81b6c309b11d87a..3bc630ff6daf37527a259eba40ded17eb66b72ee 100644 (file)
@@ -136,9 +136,9 @@ def m_unicode(Py_UNICODE a, unicode unicode_string):
     1
     >>> m_unicode(ord(py_klingon_character), py_unicode_string)
     0
-    >>> 'f' in None
+    >>> 'f' in None    # doctest: +ELLIPSIS
     Traceback (most recent call last):
-    TypeError: argument of type 'NoneType' is not iterable
+    TypeError: ...iterable...
     >>> m_unicode(ord('f'), None)
     Traceback (most recent call last):
     TypeError: argument of type 'NoneType' is not iterable