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

Unified Diff: chrome/browser/views/tabs/tab_dragging_test.cc

Issue 100117: Rebaseline some tests on linux. Add a few comments and file a new bug. (Closed)
Patch Set: Created 11 years, 8 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 | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/editing/pasteboard/paste-text-015-expected.checksum » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_dragging_test.cc
diff --git a/chrome/browser/views/tabs/tab_dragging_test.cc b/chrome/browser/views/tabs/tab_dragging_test.cc
index 94ea24d67f587ff6b54feeae6ca359ea75e8751b..60280b8360b4f04bbe3f8a2bcf766d9ce1ae7ca5 100644
--- a/chrome/browser/views/tabs/tab_dragging_test.cc
+++ b/chrome/browser/views/tabs/tab_dragging_test.cc
@@ -27,8 +27,7 @@ protected:
// Automated UI test to open three tabs in a new window, and drag Tab_1 into
// the position of Tab_2.
-// Disabled as per http://crbug.com/10941
-TEST_F(TabDraggingTest, DISABLED_Tab1Tab2) {
+TEST_F(TabDraggingTest, Tab1Tab2) {
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_ptr<WindowProxy> window(browser->GetWindow());
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/editing/pasteboard/paste-text-015-expected.checksum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698