test fix
authorStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 20:40:37 +0000 (21:40 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 20:40:37 +0000 (21:40 +0100)
tests/run/py_ucs4_type.pyx

index a95484025145671484791fae4f8eaf3f21c57c30..930333d0212c0793809c4ae0c576153a334c9c84 100644 (file)
@@ -59,7 +59,7 @@ def unicode_ordinal(Py_UCS4 i):
     OverflowError: ...
 
     Value too large:
-    >>> unicode_ordinal(sys.maxunicode+1) #doctest: +ELLIPSIS
+    >>> unicode_ordinal(1114111+1) #doctest: +ELLIPSIS
     Traceback (most recent call last):
     ...
     OverflowError: ...