commit | 2c621ae741a7a4948e05cf56f3b7bad12d5880be | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Mar 19 16:09:05 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Mar 21 15:13:07 2018 -0700 |
tree | a1e07f54007bded62339d1df6975d60fffe1c256 | |
parent | dcc055af644ce87f1590ab82680f3e0ca4cee54c [diff] |
adb: fix unicode file path test. This test is failing due to: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal' Both arguments are already unicode, so stop encoding one side. Test: python -m unittest test_device.FileOperationsTest.test_unicode_paths Change-Id: Iea8bf29845ab3008ccf4c7dbd6969196e57ea25d