Created
April 23, 2009 09:43
-
-
Save rtyler/100428 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ...................................................................................................................................................................EE.EEE...EE.EEE...EE.EEE...EE.EEE................................................................................................................................................................................................................................................................EEE..EEE..EEE..EEE................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py:197: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
| assert output==expectedOutput, self._outputMismatchReport(output, expectedOutput) | |
| EEEE.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Compiling /tmp/tmpU8Xcoi.tmpl -> /tmp/tmpU8Xcoi.py | |
| .................................................... | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective.test4 (#call with keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1173, in test4 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_54_46184.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective.test5 (#call with single-line keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1185, in test5 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_56_53281.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective.test7 (#call with python kwargs and #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1209, in test7 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_58_94928.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective.test8 (#call with python kwargs and #args, and using a function to get the) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1221, in test8 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_59_60057.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective.test9 (nested #call directives) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1247, in test9 | |
| "12345") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_61_73501.py", line 192, in respond | |
| TypeError: meth2() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_DiffBaseClass.test4 (#call with keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1173, in test4 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_66_55132.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_DiffBaseClass.test5 (#call with single-line keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1185, in test5 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_68_42980.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_DiffBaseClass.test7 (#call with python kwargs and #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1209, in test7 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_7_51650.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_DiffBaseClass.test8 (#call with python kwargs and #args, and using a function to get the) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1221, in test8 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_71_91446.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_DiffBaseClass.test9 (nested #call directives) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1247, in test9 | |
| "12345") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_73_19197.py", line 192, in respond | |
| TypeError: meth2() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_MacEOL.test4 (#call with keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1173, in test4 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_78_90859.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_MacEOL.test5 (#call with single-line keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1185, in test5 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_79_10276.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_MacEOL.test7 (#call with python kwargs and #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1209, in test7 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_81_95054.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_MacEOL.test8 (#call with python kwargs and #args, and using a function to get the) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1221, in test8 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_83_44779.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_MacEOL.test9 (nested #call directives) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1247, in test9 | |
| "12345") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_85_11547.py", line 192, in respond | |
| TypeError: meth2() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_Win32EOL.test4 (#call with keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1173, in test4 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_89_91741.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_Win32EOL.test5 (#call with single-line keyword #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1185, in test5 | |
| "1235 FOO - upper") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_91_47820.py", line 137, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_Win32EOL.test7 (#call with python kwargs and #args) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1209, in test7 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_93_97561.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_Win32EOL.test8 (#call with python kwargs and #args, and using a function to get the) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1221, in test8 | |
| "1235 FOO - upper - 999") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_94_86880.py", line 135, in respond | |
| TypeError: meth() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.CallDirective_Win32EOL.test9 (nested #call directives) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 1247, in test9 | |
| "12345") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 194, in verify | |
| output = templateObj.respond() # rather than __str__, because of unicode | |
| File "cheetah_DynamicallyCompiledCheetahTemplate_1240479809_96_94886.py", line 192, in respond | |
| TypeError: meth2() keywords must be strings | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective.test3 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 756, in test3 | |
| u'\u1234', outputEncoding='utf8') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| File "/usr/lib64/python2.6/encodings/utf_8.py", line 16, in decode | |
| return codecs.utf_8_decode(input, errors, True) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\u1234' in position 0: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective.test4 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 761, in test4 | |
| "\xe1\x88\xb4") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 179, in verify | |
| **extraKwArgs | |
| File "/home/tyler/source/github/cheetah/Cheetah/Template.py", line 734, in compile | |
| settings=(compilerSettings or {})) | |
| File "/home/tyler/source/github/cheetah/Cheetah/Compiler.py", line 1582, in __init__ | |
| source = source.decode(encoding) | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective.test5 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 766, in test5 | |
| u'Andr\202', outputEncoding='latin-1') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\x82' in position 4: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_DiffBaseClass.test3 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 756, in test3 | |
| u'\u1234', outputEncoding='utf8') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| File "/usr/lib64/python2.6/encodings/utf_8.py", line 16, in decode | |
| return codecs.utf_8_decode(input, errors, True) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\u1234' in position 0: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_DiffBaseClass.test4 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 761, in test4 | |
| "\xe1\x88\xb4") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 179, in verify | |
| **extraKwArgs | |
| File "/home/tyler/source/github/cheetah/Cheetah/Template.py", line 734, in compile | |
| settings=(compilerSettings or {})) | |
| File "/home/tyler/source/github/cheetah/Cheetah/Compiler.py", line 1582, in __init__ | |
| source = source.decode(encoding) | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_DiffBaseClass.test5 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 766, in test5 | |
| u'Andr\202', outputEncoding='latin-1') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\x82' in position 4: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_MacEOL.test3 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 756, in test3 | |
| u'\u1234', outputEncoding='utf8') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| File "/usr/lib64/python2.6/encodings/utf_8.py", line 16, in decode | |
| return codecs.utf_8_decode(input, errors, True) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\u1234' in position 0: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_MacEOL.test4 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 761, in test4 | |
| "\xe1\x88\xb4") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 179, in verify | |
| **extraKwArgs | |
| File "/home/tyler/source/github/cheetah/Cheetah/Template.py", line 734, in compile | |
| settings=(compilerSettings or {})) | |
| File "/home/tyler/source/github/cheetah/Cheetah/Compiler.py", line 1582, in __init__ | |
| source = source.decode(encoding) | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_MacEOL.test5 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 766, in test5 | |
| u'Andr\202', outputEncoding='latin-1') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\x82' in position 4: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_Win32EOL.test3 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 756, in test3 | |
| u'\u1234', outputEncoding='utf8') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| File "/usr/lib64/python2.6/encodings/utf_8.py", line 16, in decode | |
| return codecs.utf_8_decode(input, errors, True) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\u1234' in position 0: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_Win32EOL.test4 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 761, in test4 | |
| "\xe1\x88\xb4") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 179, in verify | |
| **extraKwArgs | |
| File "/home/tyler/source/github/cheetah/Cheetah/Template.py", line 734, in compile | |
| settings=(compilerSettings or {})) | |
| File "/home/tyler/source/github/cheetah/Cheetah/Compiler.py", line 1582, in __init__ | |
| source = source.decode(encoding) | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 17: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.EncodingDirective_Win32EOL.test5 (basic #encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 766, in test5 | |
| u'Andr\202', outputEncoding='latin-1') | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 196, in verify | |
| output = output.decode(outputEncoding) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\x82' in position 4: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.UnicodeDirective.test1 (basic #unicode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 791, in test1 | |
| "1234ü") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 197, in verify | |
| assert output==expectedOutput, self._outputMismatchReport(output, expectedOutput) | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 219, in _outputMismatchReport | |
| 'end': '(end)'} | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 72: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.UnicodeDirective_DiffBaseClass.test1 (basic #unicode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 791, in test1 | |
| "1234ü") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 197, in verify | |
| assert output==expectedOutput, self._outputMismatchReport(output, expectedOutput) | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 219, in _outputMismatchReport | |
| 'end': '(end)'} | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 72: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.UnicodeDirective_MacEOL.test1 (basic #unicode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 791, in test1 | |
| "1234ü") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 197, in verify | |
| assert output==expectedOutput, self._outputMismatchReport(output, expectedOutput) | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 219, in _outputMismatchReport | |
| 'end': '(end)'} | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 72: ordinal not in range(128) | |
| ********************************************************************** | |
| ERROR SyntaxAndOutput.UnicodeDirective_Win32EOL.test1 (basic #unicode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 791, in test1 | |
| "1234ü") | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 197, in verify | |
| assert output==expectedOutput, self._outputMismatchReport(output, expectedOutput) | |
| File "/home/tyler/source/github/cheetah/src/Tests/SyntaxAndOutput.py", line 219, in _outputMismatchReport | |
| 'end': '(end)'} | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 73: ordinal not in range(128) | |
| ---------------------------------------------------------------------- | |
| Ran 2091 tests in 24.275s | |
| FAILED (errors=36) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment