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

Unified Diff: blimp/client/feature/navigation_feature_unittest.cc

Issue 1869783005: [Blimp Client] Fixes up URL before sending it to Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « blimp/client/feature/navigation_feature.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/navigation_feature_unittest.cc
diff --git a/blimp/client/feature/navigation_feature_unittest.cc b/blimp/client/feature/navigation_feature_unittest.cc
index 9b1de3b8c3525d3084fd66f7d1374b8458e41284..9d903d8af595b839f00a7f61d789791046126a77 100644
--- a/blimp/client/feature/navigation_feature_unittest.cc
+++ b/blimp/client/feature/navigation_feature_unittest.cc
@@ -134,7 +134,7 @@ TEST_F(NavigationFeatureTest, PartialDelegateFieldsCalled) {
}
TEST_F(NavigationFeatureTest, TestNavigateToUrlMessage) {
- std::string text = "text";
+ std::string text = "http://google.com/";
EXPECT_CALL(*out_processor_,
MockableProcessMessage(EqualsNavigateToUrlText(1, text), _))
« no previous file with comments | « blimp/client/feature/navigation_feature.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698