| Index: omaha_request_action_unittest.cc
|
| diff --git a/omaha_request_action_unittest.cc b/omaha_request_action_unittest.cc
|
| index 7e67555f592f4a57466bd47fc78324c9d5819e68..ece5a7d7ecb0be9ed7e5722fcfffb3c3fdf7a94a 100755
|
| --- a/omaha_request_action_unittest.cc
|
| +++ b/omaha_request_action_unittest.cc
|
| @@ -603,7 +603,7 @@ TEST(OmahaRequestActionTest, FormatErrorEventOutputTest) {
|
| "errorcode=\"%d\"></o:event>\n",
|
| OmahaEvent::kTypeDownloadComplete,
|
| OmahaEvent::kResultError,
|
| - kActionCodeError | kActionCodeBootModeFlag);
|
| + kActionCodeError);
|
| EXPECT_NE(post_str.find(expected_event), string::npos);
|
| EXPECT_EQ(post_str.find("o:updatecheck"), string::npos);
|
| }
|
|
|