summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-05 17:37:54 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-05 17:37:54 +0000
commit1d98e192e58b5647e1372f8c3e224baa72720441 (patch)
treedc63e0e57b773a6dc7f39b3c663bfb735aadd793 /chrome/browser
parentb601e9f8602e1c27491164bbac66e581222f9d36 (diff)
downloadchromium_src-1d98e192e58b5647e1372f8c3e224baa72720441.zip
chromium_src-1d98e192e58b5647e1372f8c3e224baa72720441.tar.gz
chromium_src-1d98e192e58b5647e1372f8c3e224baa72720441.tar.bz2
Reverting 13136.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/navigation_controller_unittest.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/navigation_controller_unittest.cc b/chrome/browser/navigation_controller_unittest.cc
index eefde42..6a11b3f 100644
--- a/chrome/browser/navigation_controller_unittest.cc
+++ b/chrome/browser/navigation_controller_unittest.cc
@@ -1355,6 +1355,9 @@ 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) {
@@ -1428,4 +1431,5 @@ 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