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

Unified Diff: build/android/test_package_executable.py

Issue 10406030: Fix test data push for APK tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« build/android/test_package.py ('K') | « build/android/test_package_apk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_package_executable.py
diff --git a/build/android/test_package_executable.py b/build/android/test_package_executable.py
index 5a58526839ae962532889f29a1d1143a7bd72b5d..8df609afd140fdec50eeaad87085873e482fd591 100644
--- a/build/android/test_package_executable.py
+++ b/build/android/test_package_executable.py
@@ -158,6 +158,6 @@ class TestPackageExecutable(TestPackage):
self.adb.PushIfNeeded(self.test_suite_dirname + '/locales/en-US.pak',
'/data/local/tmp/paks/en-US.pak')
- def GetDisabledTestsBaseFileName(self):
- """Returns the base filename of gtest filter."""
- return self.test_suite_basename
+ def _GetTestSuiteBaseName(self):
+ """Returns the base name of the test suite."""
+ return os.path.basename(self.test_suite)
« build/android/test_package.py ('K') | « build/android/test_package_apk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698