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

Unified Diff: build/android/pylib/instrumentation/test_package.py

Issue 19799003: [android] Instumentation tests determine whether to install test apk based on Md5Sum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed install of APK to be tested, turns out there isn't a consistent pattern to the naming Created 7 years, 5 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
Index: build/android/pylib/instrumentation/test_package.py
diff --git a/build/android/pylib/instrumentation/test_package.py b/build/android/pylib/instrumentation/test_package.py
index 34f9fe867ac468d408b5a760de9091d707339c2c..5f86ee9caa9b2481baf8b45cfcf87ba83116d2b3 100644
--- a/build/android/pylib/instrumentation/test_package.py
+++ b/build/android/pylib/instrumentation/test_package.py
@@ -5,6 +5,7 @@
"""Class representing instrumentation test apk and jar."""
import os
+import re
frankf 2013/07/25 18:31:02 remove this
from pylib.utils import apk_helper

Powered by Google App Engine
This is Rietveld 408576698