commit | 30474f06441fe7325ce99815f6337e2f9d425b7e | [log] [tgz] |
---|---|---|
author | sorin <[email protected]> | Thu Apr 27 00:45:48 2017 |
committer | Commit bot <[email protected]> | Thu Apr 27 00:47:41 2017 |
tree | 1837d5cee31e1223f16982105750a908df174838 | |
parent | 190ee07cecf53e3795197cc195b844f7cc15a9ea [diff] [blame] |
Refactor the UpdateEngine and its actions in the component updater. [email protected] BUG=687231 Review-Url: https://codereview.chromium.org/2835803002 Cr-Commit-Position: refs/heads/master@{#467535}
diff --git a/components/update_client/request_sender_unittest.cc b/components/update_client/request_sender_unittest.cc index e0b8914..056fae2 100644 --- a/components/update_client/request_sender_unittest.cc +++ b/components/update_client/request_sender_unittest.cc
@@ -162,6 +162,11 @@ EXPECT_EQ(1, post_interceptor_1_->GetCount()) << post_interceptor_1_->GetRequestsAsString(); + EXPECT_EQ(0, post_interceptor_2_->GetHitCount()) + << post_interceptor_2_->GetRequestsAsString(); + EXPECT_EQ(0, post_interceptor_2_->GetCount()) + << post_interceptor_2_->GetRequestsAsString(); + // Sanity check the request. EXPECT_STREQ("test", post_interceptor_1_->GetRequests()[0].c_str());