commit | cf46741b4fe9c9d62aa16635bee7680c853b31a8 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Tue Apr 26 13:25:57 2016 -0700 |
committer | David Pursell <dpursell@google.com> | Tue Apr 26 13:29:39 2016 -0700 |
tree | 1267decdba2de87f4d3323e6e0a817d9439f09fb | |
parent | 64461c293c52289d79b0073307347fb479affb4b [diff] |
adb: fix test_device.py shell protocol checks. https://android-review.googlesource.com/#/c/210646/ added a has_shell_protocol() function but the test_device.py tests were still trying to use the now-missing SHELL_PROTOCOL_FEATURE constant. This CL just switches test_device.py to correctly use the has_shell_protocol() method. Change-Id: Ie0a2f0dc07529843d25051a01e08fb677551a4e1 Test: `python -m unittest discover -v` on devices with and without the shell protocol.