summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/tabs/tab_dragging_test.cc3
-rw-r--r--chrome/test/interactive_ui/interactive_ui.vcproj8
-rw-r--r--chrome/test/ui/ui_tests.vcproj8
3 files changed, 8 insertions, 11 deletions
diff --git a/chrome/browser/tabs/tab_dragging_test.cc b/chrome/browser/tabs/tab_dragging_test.cc
index 03d4f4f..ecda371 100644
--- a/chrome/browser/tabs/tab_dragging_test.cc
+++ b/chrome/browser/tabs/tab_dragging_test.cc
@@ -51,7 +51,6 @@ 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) {
@@ -157,7 +156,6 @@ 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(
@@ -263,4 +261,3 @@ TEST_F(TabDraggingTest, Tab1Tab3) {
EXPECT_EQ(tab2_new_url.spec(), tab3_url.spec());
EXPECT_EQ(tab3_new_url.spec(), tab1_url.spec());
}
-*/
diff --git a/chrome/test/interactive_ui/interactive_ui.vcproj b/chrome/test/interactive_ui/interactive_ui.vcproj
index b29342a..7be44ab 100644
--- a/chrome/test/interactive_ui/interactive_ui.vcproj
+++ b/chrome/test/interactive_ui/interactive_ui.vcproj
@@ -199,6 +199,14 @@
>
</File>
</Filter>
+ <Filter
+ Name="TestTabDragging"
+ >
+ <File
+ RelativePath="..\..\browser\tabs\tab_dragging_test.cc"
+ >
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/chrome/test/ui/ui_tests.vcproj b/chrome/test/ui/ui_tests.vcproj
index 19727fa..4c9ffac 100644
--- a/chrome/test/ui/ui_tests.vcproj
+++ b/chrome/test/ui/ui_tests.vcproj
@@ -522,14 +522,6 @@
>
</File>
</Filter>
- <Filter
- Name="TestTabDragging"
- >
- <File
- RelativePath="..\..\browser\tabs\tab_dragging_test.cc"
- >
- </File>
- </Filter>
</Files>
<Globals>
</Globals>