Committing and closing SF patch #441348 to help Jython to pass this test.

This commit is contained in:
Finn Bock 2001-08-23 18:57:01 +00:00
parent e98e462dab
commit 84cc9bf722

View file

@ -13,7 +13,7 @@ def check(a, b):
if a != b:
print '*** check failed: %s != %s' % (repr(a), repr(b))
else:
print '%s == %s: OK' % (repr(a), repr(b))
print '%s == %s: OK' % (a, b)
# test codec's full path name (see test/testcodec.py)
codecname = 'test.testcodec'