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 Per Östlund, 6 years ago

Cc: Martin Sjölund added

comment:2 by Adrian Pop, 6 years ago

Forget my last comment, didn't read it properly :)

comment:4 by Per Östlund, 6 years ago

Resolution: fixed
Status: newclosed

That seems to have fixed it, yes.

Note: See TracTickets for help on using tickets.