summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/navigation_controller_unittest.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/navigation_controller_unittest.cc b/chrome/browser/navigation_controller_unittest.cc
index 6a11b3f..eefde42 100644
--- a/chrome/browser/navigation_controller_unittest.cc
+++ b/chrome/browser/navigation_controller_unittest.cc
@@ -1355,9 +1355,6 @@ TEST_F(NavigationControllerTest, SameSubframe) {
EXPECT_EQ(controller()->GetLastCommittedEntryIndex(), 0);
}
-/* TODO(brettw) These test pass on my local machine but fail on the buildbot
- cleaning up the directory after they run. This should be fixed.
-
// A basic test case. Navigates to a single url, and make sure the history
// db matches.
TEST_F(NavigationControllerHistoryTest, Basic) {
@@ -1431,5 +1428,4 @@ TEST_F(NavigationControllerHistoryTest, NavigationPruning) {
nav.set_url(url2);
session_helper_.AssertNavigationEquals(nav,
windows_[0]->tabs[0]->navigations[1]);
-}
-*/ \ No newline at end of file
+} \ No newline at end of file