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

Unified Diff: build/android/pylib/base/base_test_runner.py

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « build/android/pylib/base/base_test_result.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/base_test_runner.py
diff --git a/build/android/pylib/base/base_test_runner.py b/build/android/pylib/base/base_test_runner.py
index 6e51b43333a0399e49bf23b7f9c73f9670d4fda9..4e2eae70427c4d967d7081bf3afe6a92739edd0a 100644
--- a/build/android/pylib/base/base_test_runner.py
+++ b/build/android/pylib/base/base_test_runner.py
@@ -70,14 +70,9 @@ class BaseTestRunner(object):
"""Installs the test package once before all tests are run."""
pass
- def PushDataDeps(self):
- """Push all data deps to device once before all tests are run."""
- pass
-
def SetUp(self):
"""Run once before all tests are run."""
self.InstallTestPackage()
- self.PushDataDeps()
def TearDown(self):
"""Run once after all tests are run."""
« no previous file with comments | « build/android/pylib/base/base_test_result.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698