summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:39:19 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:39:19 +0000
commitc3546c5dd8cfba47dac4026e024d59ed9bbcdd0c (patch)
tree5f2394408ad59339f2a611925b2f6a65770587e5 /chrome
parent18cd00f59d030fe96425c179daea8e5338eaf42f (diff)
downloadchromium_src-c3546c5dd8cfba47dac4026e024d59ed9bbcdd0c.zip
chromium_src-c3546c5dd8cfba47dac4026e024d59ed9bbcdd0c.tar.gz
chromium_src-c3546c5dd8cfba47dac4026e024d59ed9bbcdd0c.tar.bz2
Enable back the test disabled in r19348,r19345 since dank disabled them from
valgrind itself. Review URL: http://codereview.chromium.org/147213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/gtk/bookmark_editor_gtk_unittest.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc b/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
index 8be9756c..ccbd033 100644
--- a/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
+++ b/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
@@ -85,8 +85,6 @@ class BookmarkEditorGtkTest : public testing::Test {
};
// Makes sure the tree model matches that of the bookmark bar model.
-// Disabled: See crbug.com/15436
-#if 0
TEST_F(BookmarkEditorGtkTest, ModelsMatch) {
BookmarkEditorGtk editor(NULL, profile_.get(), NULL, NULL,
BookmarkEditor::SHOW_TREE, NULL);
@@ -124,7 +122,6 @@ TEST_F(BookmarkEditorGtkTest, ModelsMatch) {
ASSERT_EQ(L"OF1", GetTitleFromTreeIter(store, &child));
ASSERT_FALSE(gtk_tree_model_iter_next(store, &child));
}
-#endif
// Changes the title and makes sure parent/visual order doesn't change.
TEST_F(BookmarkEditorGtkTest, EditTitleKeepsPosition) {