Chromium Code Reviews| Index: content/browser/web_contents/navigation_controller_impl_unittest.cc |
| diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc |
| index 7a0b03b2bf06d7f09b1feb1144aae0701201b645..8ef6b8bcec32897e1c67c4083e34c31394026644 100644 |
| --- a/content/browser/web_contents/navigation_controller_impl_unittest.cc |
| +++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc |
| @@ -355,8 +355,9 @@ TEST_F(NavigationControllerTest, LoadURL) { |
| EXPECT_FALSE(controller.CanGoForward()); |
| EXPECT_EQ(contents()->GetMaxPageID(), -1); |
| - // The timestamp should not have been set yet. |
| + // Neither the timestamp not the status code hould not have been set yet. |
|
Nicolas Zea
2013/08/15 18:25:40
"nor the status code should have been"
pval...(no longer on Chromium)
2013/08/20 15:28:10
yikes. thanks for catching my error here.
|
| EXPECT_TRUE(controller.GetPendingEntry()->GetTimestamp().is_null()); |
| + EXPECT_EQ(0, controller.GetPendingEntry()->GetHttpStatusCode()); |
| // We should have gotten no notifications from the preceeding checks. |
| EXPECT_EQ(0U, notifications.size()); |