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

Unified Diff: shell/shell_test_base.cc

Issue 882953003: Fix android tests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: shell/shell_test_base.cc
diff --git a/shell/shell_test_base.cc b/shell/shell_test_base.cc
index 4c616e2430969b29f3452b507456a2a1c18d8604..b0c74e0d9c223001f05f20701c1ee1e017eefe9c 100644
--- a/shell/shell_test_base.cc
+++ b/shell/shell_test_base.cc
@@ -24,8 +24,8 @@ ShellTestBase::~ShellTestBase() {
}
void ShellTestBase::SetUp() {
- SetUpTestApplications();
shell_context_.Init();
+ SetUpTestApplications();
qsr 2015/01/28 16:22:45 The issue there is that Init is calling SetBaseURL
}
ScopedMessagePipeHandle ShellTestBase::ConnectToService(
« 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