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

Unified Diff: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc

Issue 1431653003: Migrating tests to use EmbeddedTestServer (misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests. Created 5 years, 1 month 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: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
index 44572d2d15d16b6f085ca4d5d4943cc9730913c1..b49545ea5dec7241e4798cdca9007ad94163ae52 100644
--- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
+++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
@@ -95,7 +95,7 @@ class DomDistillerJsTest : public content::ContentBrowserTest {
PathService::Get(base::DIR_SOURCE_ROOT, &path);
path = path.AppendASCII(kExternalTestResourcesPath);
embedded_test_server()->ServeFilesFromDirectory(path);
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
+ ASSERT_TRUE(embedded_test_server()->Start());
}
};
« no previous file with comments | « components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698