Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2220)

Unified Diff: appengine/third_party/python-adb/high_test.py

Issue 1421463006: Tweak CPU support; list all available CPU frequencies. (Closed) Base URL: git@github.com:luci/luci-py.git@5_fixes
Patch Set: Remove freqs, it's noisy in swarming stats and already available Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/third_party/python-adb/adb/high.py ('k') | appengine/third_party/python-adb/smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/third_party/python-adb/high_test.py
diff --git a/appengine/third_party/python-adb/high_test.py b/appengine/third_party/python-adb/high_test.py
index 58beafed97e237ce1bbf93d5c18f389661140d04..b08f9b045ef6ed937276a8d07fa58c10505e64de 100755
--- a/appengine/third_party/python-adb/high_test.py
+++ b/appengine/third_party/python-adb/high_test.py
@@ -49,7 +49,7 @@ class TestAndroid(unittest.TestCase):
('dumpsys iphonesubinfo', ''),
('service call iphonesubinfo 1', RAW_IMEI),
])
- cache = high.DeviceCache(None, None, None, None, None, None)
+ cache = high.DeviceCache(None, None, None, None, None)
self.assertEqual(
u'355236058685894', high.HighDevice(device, cache).GetIMEI())
« no previous file with comments | « appengine/third_party/python-adb/adb/high.py ('k') | appengine/third_party/python-adb/smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698