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

Unified Diff: build/android/pylib/remote/device/remote_device_test_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_test_run.py
diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py
index 97e44b0951c3a283289ce862f59905096cea6978..c7f1d981ec9a192889365b2fda550605591c9c7e 100644
--- a/build/android/pylib/remote/device/remote_device_test_run.py
+++ b/build/android/pylib/remote/device/remote_device_test_run.py
@@ -41,9 +41,6 @@ class RemoteDeviceTestRun(test_run.TestRun):
self._test_id = ''
self._results = ''
- def TestPackage(self):
- pass
-
#override
def RunTests(self):
"""Run the test."""

Powered by Google App Engine
This is Rietveld 408576698