commit | 7ebb45c7e2e1b8355ec4802e0802ae7b383a6ea5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:52 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | d72134456fc20c46269c3dc14abd19fce1605e60 | |
parent | b644c66f693c82750077b6f7530dde79f2ad7523 [diff] |
patman: Avoid unicode type in settings unit tests The unicode type does not exist in Python 3 and when displaying strings they do not have the 'u' prefix. Adjusts the settings unit tests to deal with this difference, by converting the comparison value to a string, thus dropping the 'u'. Signed-off-by: Simon Glass <sjg@chromium.org>