commit | 4f8504e18f88de8d495a9c05d3bf2063d74c61da | [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 | 0e8fb412638708d1abbacd257f6a70e3c44b8caa | |
parent | 887c8509bd9da67828127b6f8aac9ae5ceaebe5a [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