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

Unified Diff: build/android/test_package.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
« no previous file with comments | « build/android/single_test_runner.py ('k') | build/android/test_package_apk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_package.py
diff --git a/build/android/test_package.py b/build/android/test_package.py
index 8364c94df46fbdb75af486875aed99a5d5118196..b460c91ad1f9cfdd2cb111d749da4a732f3d6b2d 100644
--- a/build/android/test_package.py
+++ b/build/android/test_package.py
@@ -37,7 +37,7 @@ class TestPackage(object):
self.device = device
self.test_suite_full = test_suite
self.test_suite = os.path.splitext(test_suite)[0]
- self.test_suite_basename = os.path.basename(self.test_suite)
+ self.test_suite_basename = self._GetTestSuiteBaseName()
John Grabowski 2012/05/17 17:20:06 @property def test_suite_basename(self): return
nilesh 2012/05/17 18:43:24 I am new to python, so my understanding may be wro
self.test_suite_dirname = os.path.dirname(self.test_suite)
self.rebaseline = rebaseline
self.performance_test = performance_test
« no previous file with comments | « build/android/single_test_runner.py ('k') | build/android/test_package_apk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698