Kaydet (Commit) d2ebe877 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Changed name of codec to full path name. This allows importing

the test_charmapcodec test via the test package.
üst 31c69431
......@@ -16,7 +16,7 @@ def check(a, b):
print '%s == %s: OK' % (repr(a), repr(b))
# test codec's full path name (see test/testcodec.py)
codecname = 'testcodec'
codecname = 'test.testcodec'
check(unicode('abc', codecname), u'abc')
check(unicode('xdef', codecname), u'abcdef')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment