
-
938%3A4b50de9d52ae
at 2009-11-05 11:15:29
by mitsuhiko
Index: tests/test_utils.py
===================================================================
--- tests/test_utils.py (revision 936:add5d6c646e0)
+++ tests/test_utils.py (revision 938:4b50de9d52ae)
@@ -183,4 +183,5 @@
from werkzeug.debug import DebuggedApplication
assert import_string('cgi.escape') is cgi.escape
+ assert import_string(u'cgi.escape') is cgi.escape
assert import_string('cgi:escape') is cgi.escape
assert import_string('XXXXXXXXXXXX', True) is None