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

Unified Diff: mojo/services/html_viewer/ax_provider_impl_unittest.cc

Issue 1049013004: Add some simple HTMLViewer apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use net::SpawnedTestServer instead of mojo:http_server. Created 5 years, 9 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 | « mojo/services/html_viewer/ax_provider_impl.cc ('k') | mojo/services/html_viewer/html_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/ax_provider_impl_unittest.cc
diff --git a/mojo/services/html_viewer/ax_provider_impl_unittest.cc b/mojo/services/html_viewer/ax_provider_impl_unittest.cc
index b001e2512db44171d84726fe9fd6ac45fd6fce52..195be1e82b1095e3feeb14fe0f7987c0f81ee71e 100644
--- a/mojo/services/html_viewer/ax_provider_impl_unittest.cc
+++ b/mojo/services/html_viewer/ax_provider_impl_unittest.cc
@@ -98,7 +98,7 @@ TEST_F(AxProviderImplTest, Basic) {
"<html><body>foo<a "
"href='http://monkey.net'>bar</a>baz</body></html>"),
WebURL(GURL("http://someplace.net")));
- base::MessageLoop::current()->Run();
+ //base::MessageLoop::current()->Run();
html_viewer::AxProviderImpl ax_provider_impl(view);
NodeCatcher catcher;
« no previous file with comments | « mojo/services/html_viewer/ax_provider_impl.cc ('k') | mojo/services/html_viewer/html_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698