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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 471533003: rename TestMojoServiceManager to TestMojoApplicationManager in chrome_tests.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 5c0e896bb404ec7987ebe6cee464b173547bda02..89b9671cb9e73480e56f9a637e087ee3ccd12fd0 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -404,7 +404,7 @@ class ChromeTests:
return self.SimpleTest("mojo_public_utility",
"mojo_public_utility_unittests")
- def TestMojoServiceManager(self):
+ def TestMojoApplicationManager(self):
return self.SimpleTest("mojo_application_manager",
"mojo_application_manager_unittests")
@@ -690,7 +690,7 @@ class ChromeTests:
"mojo_public_bindings": TestMojoPublicBindings,
"mojo_public_env": TestMojoPublicEnv,
"mojo_public_sysperf": TestMojoPublicSysPerf,
- "mojo_application_manager": TestMojoServiceManager,
+ "mojo_application_manager": TestMojoApplicationManager,
"mojo_view_manager": TestMojoViewManager,
"mojo_view_manager_lib": TestMojoViewManagerLib,
oshima 2014/08/13 16:55:21 are you going to remove this in separate CL?
"net": TestNet, "net_unittests": TestNet,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698