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

Unified Diff: build/android/pylib/remote/device/remote_device_uirobot_run.py

Issue 801283005: [Android] Fix remote device test run TestPackage() methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: build/android/pylib/remote/device/remote_device_uirobot_run.py
diff --git a/build/android/pylib/remote/device/remote_device_uirobot_run.py b/build/android/pylib/remote/device/remote_device_uirobot_run.py
index d2d6f36431a62014f6e4d8ba054c63a6d6bdbe3d..e4ebc38cd2569fce4b0bbaeefd49acb1c8ba773d 100644
--- a/build/android/pylib/remote/device/remote_device_uirobot_run.py
+++ b/build/android/pylib/remote/device/remote_device_uirobot_run.py
@@ -34,8 +34,9 @@ class RemoteDeviceUirobotRun(remote_device_test_run.RemoteDeviceTestRun):
"""
super(RemoteDeviceUirobotRun, self).__init__(env, test_instance)
+ #override
def TestPackage(self):
- pass
+ return self._test_instance.package_name
#override
def _TriggerSetUp(self):

Powered by Google App Engine
This is Rietveld 408576698