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

Unified Diff: tools/telemetry/telemetry/internal/platform/android_device_unittest.py

Issue 1281923003: [Android] Add --blacklist-file as a command-line option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix telemetry_unittests Created 5 years, 4 months 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
Index: tools/telemetry/telemetry/internal/platform/android_device_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/android_device_unittest.py b/tools/telemetry/telemetry/internal/platform/android_device_unittest.py
index 5d9961dab70bd6de4ead171023176ea4f171ebc2..d43d3725b3477263532f7827520e466ba784d981 100644
--- a/tools/telemetry/telemetry/internal/platform/android_device_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/android_device_unittest.py
@@ -44,7 +44,7 @@ class AndroidDeviceTest(_BaseAndroidDeviceTest):
self.assertEquals(
set(['01', '02']),
set(device.device_id for device in
- android_device.AndroidDevice.GetAllConnectedDevices()))
+ android_device.AndroidDevice.GetAllConnectedDevices(None)))
def testNoAdbReturnsNone(self):
finder_options = browser_options.BrowserFinderOptions()

Powered by Google App Engine
This is Rietveld 408576698