summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 17:14:50 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 17:14:50 +0000
commit7d769c36ccaf6663c49e3c89d959a47b9449f68a (patch)
tree48fae050d4d2535860daee8fbe99f40e122015d4 /chrome
parentcd7246750f0418bf7158c249f1326ededc2d319d (diff)
downloadchromium_src-7d769c36ccaf6663c49e3c89d959a47b9449f68a.zip
chromium_src-7d769c36ccaf6663c49e3c89d959a47b9449f68a.tar.gz
chromium_src-7d769c36ccaf6663c49e3c89d959a47b9449f68a.tar.bz2
Comment out a test that I accidentally uncommented in my previous CL.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/navigation_controller_unittest.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/navigation_controller_unittest.cc b/chrome/browser/navigation_controller_unittest.cc
index a9def34..72d60bbf 100644
--- a/chrome/browser/navigation_controller_unittest.cc
+++ b/chrome/browser/navigation_controller_unittest.cc
@@ -1355,6 +1355,10 @@ TEST_F(NavigationControllerTest, SameSubframe) {
EXPECT_EQ(controller()->GetLastCommittedEntryIndex(), 0);
}
+/* TODO(brettw) These test pass on my local machine but fail on the XP buildbot
+ (but not Vista) 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) {
@@ -1371,9 +1375,6 @@ TEST_F(NavigationControllerHistoryTest, Basic) {
session_helper_.AssertNavigationEquals(nav1, windows_[0]->tabs[0]->navigations[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.
-
// Navigates to three urls, then goes back and make sure the history database
// is in sync.
TEST_F(NavigationControllerHistoryTest, NavigationThenBack) {