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

Unified Diff: testing/android/native_test_launcher.cc

Issue 10214002: Fix commandline and disabling tests for apk based tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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_apk.py ('K') | « testing/android/native_test_apk.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test_launcher.cc
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
index bc5d47f3b9313321a6800776af54e883a2864059..455d43d749442ed2eff93c040506ae92639200b8 100644
--- a/testing/android/native_test_launcher.cc
+++ b/testing/android/native_test_launcher.cc
@@ -128,7 +128,7 @@ void LibraryLoadedOnMainThread(JNIEnv* env) {
// internal gtest data structures based on the command line.
// It needs to be scoped as it also resets the CommandLine.
std::vector<std::string> args;
- FilePath path("/data/user/0/org.chromium.native_tests/files/");
+ FilePath path("/data/user/0/org.chromium.native_test/files/");
ParseArgsFromCommandLineFile(path, &args);
std::vector<char*> argv;
ArgsToArgv(args, &argv);
« build/android/test_package_apk.py ('K') | « testing/android/native_test_apk.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698