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

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: Fixes NavigationFeatureTest 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
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 4a1efb72d05e1e5a29801771b901dd09c83bbe73..4a37d55beb21007f4cee2e06d88129c69f21e314 100644
--- a/blimp/client/feature/navigation_feature_unittest.cc
+++ b/blimp/client/feature/navigation_feature_unittest.cc
@@ -132,7 +132,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), _))

Powered by Google App Engine
This is Rietveld 408576698