Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc

Issue 8416009: Enable BookmarkContextMenuControllerTest.CutCopyPasteNode for aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
diff --git a/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc b/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
index f20c648480130376ac52b4ce5f2ac03342e08968..018963481c42e9f42700195009a802d115011d64 100644
--- a/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
+++ b/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
@@ -288,14 +288,7 @@ TEST_F(BookmarkContextMenuControllerTest, EmptyNodesNullParent) {
controller.IsCommandIdEnabled(IDC_BOOKMARK_BAR_NEW_FOLDER));
}
-// Fails on Linux Aura, probably because clipboard isn't built yet.
-// See http://crbug.com/100347
-#if defined(USE_AURA) && !defined(OS_WIN)
-#define MAYBE_CutCopyPasteNode FAILS_CutCopyPasteNode
-#else
-#define MAYBE_CutCopyPasteNode CutCopyPasteNode
-#endif
-TEST_F(BookmarkContextMenuControllerTest, MAYBE_CutCopyPasteNode) {
+TEST_F(BookmarkContextMenuControllerTest, CutCopyPasteNode) {
const BookmarkNode* bb_node = model_->bookmark_bar_node();
std::vector<const BookmarkNode*> nodes;
nodes.push_back(bb_node->GetChild(0));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698