Searched refs:forced_omaha_url (Results 1 – 1 of 1) sorted by relevance
119 const string& forced_omaha_url() const { return forced_omaha_url_; } in forced_omaha_url() function in chromeos_update_engine::UpdateAttempterUnderTest1194 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()1201 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()1208 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()1211 EXPECT_EQ(constants::kOmahaDefaultAUTestURL, attempter_.forced_omaha_url()); in TEST_F()1214 EXPECT_EQ("", attempter_.forced_omaha_url()); in TEST_F()