Opened 6 years ago
Closed 6 years ago
#4996 closed defect (fixed)
Some tests fail with an UnicodeEncodingError
Reported by: | Per Östlund | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | blocker | Milestone: | Future |
Component: | Testing Framework | Version: | |
Keywords: | Cc: | Martin Sjölund |
Description
After the recent changes to the library testing scripts some tests now fail with the error:
Traceback (most recent call last): File "./testmodel.py", line 341, in <module> fp.write(err) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 1221: ordinal not in range(128)
One example is Glycol47 in Media.
Change History (4)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
That seems to have fixed it, yes.
Note:
See TracTickets
for help on using tickets.
Forget my last comment, didn't read it properly :)