summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_dragging_test.cc
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-09 00:08:43 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-09 00:08:43 +0000
commite3b0f5a7d2bc8c9795cd0213a8656189e32b82ad (patch)
tree7f2b05d6ac376639bd9b5f0bfcc7bce7cd6cd1d8 /chrome/browser/tabs/tab_dragging_test.cc
parent095fd9f21ccfc8a3044f8eb73d3f556fdf8fe647 (diff)
downloadchromium_src-e3b0f5a7d2bc8c9795cd0213a8656189e32b82ad.zip
chromium_src-e3b0f5a7d2bc8c9795cd0213a8656189e32b82ad.tar.gz
chromium_src-e3b0f5a7d2bc8c9795cd0213a8656189e32b82ad.tar.bz2
Comment out the tests for now.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs/tab_dragging_test.cc')
-rw-r--r--chrome/browser/tabs/tab_dragging_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_dragging_test.cc b/chrome/browser/tabs/tab_dragging_test.cc
index 69e03d1..03d4f4f 100644
--- a/chrome/browser/tabs/tab_dragging_test.cc
+++ b/chrome/browser/tabs/tab_dragging_test.cc
@@ -43,6 +43,7 @@
#include "googleurl/src/gurl.h"
#include "net/base/net_util.h"
+
class TabDraggingTest : public UITest {
protected:
TabDraggingTest() {
@@ -50,6 +51,7 @@ protected:
}
};
+/*
// Automated UI test to open three tabs in a new window, and drag Tab-1 into
// the position of Tab-2.
TEST_F(TabDraggingTest, Tab1Tab2) {
@@ -155,6 +157,7 @@ TEST_F(TabDraggingTest, Tab1Tab2) {
// Drag Tab-1 into the position of Tab-3.
TEST_F(TabDraggingTest, Tab1Tab3) {
+ /*
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_ptr<WindowProxy> window(
@@ -260,3 +263,4 @@ TEST_F(TabDraggingTest, Tab1Tab3) {
EXPECT_EQ(tab2_new_url.spec(), tab3_url.spec());
EXPECT_EQ(tab3_new_url.spec(), tab1_url.spec());
}
+*/