Chromium Code Reviews| Index: net/dns/dns_response_unittest.cc |
| diff --git a/net/dns/dns_response_unittest.cc b/net/dns/dns_response_unittest.cc |
| index 51d7cffd47400b15f67bfa9d5858fa8b4488ba87..3644703c1b9b83ea7e46295c1476babbff4808cd 100644 |
| --- a/net/dns/dns_response_unittest.cc |
| +++ b/net/dns/dns_response_unittest.cc |
| @@ -219,8 +219,7 @@ TEST(DnsResponseTest, InitParse) { |
| EXPECT_TRUE(resp.InitParse(sizeof(response_data), *query)); |
| // Check header access. |
| - EXPECT_EQ(0x81, resp.flags0()); |
| - EXPECT_EQ(0x80, resp.flags1()); |
| + EXPECT_EQ(0x8180, resp.flags()); |
|
mmenke
2012/01/13 16:44:37
I assume you planned to do so already, but just in
|
| EXPECT_EQ(0x0, resp.rcode()); |
| EXPECT_EQ(2, resp.answer_count()); |