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

Unified Diff: chrome/test/automation/automation_proxy_uitest.cc

Issue 100173: Remove ifdefs now that Mac passes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy_uitest.cc
===================================================================
--- chrome/test/automation/automation_proxy_uitest.cc (revision 14881)
+++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
@@ -169,7 +169,6 @@
}
// TODO(port): Port to mac.
Avi (use Gerrit) 2009/04/29 20:55:49 Obsolete comment?
pink (ping after 24hrs) 2009/04/29 20:59:13 Done.
-#if defined(OS_WIN) || defined(OS_LINUX)
TEST_F(AutomationProxyTest, GetActiveTabIndex) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
@@ -178,7 +177,6 @@
ASSERT_TRUE(window->GetActiveTabIndex(&active_tab_index));
ASSERT_EQ(0, active_tab_index);
}
-#endif
TEST_F(AutomationProxyVisibleTest, AppendTab) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
@@ -401,8 +399,6 @@
std::wstring document2_;
};
-// TODO(port): Port to mac.
-#if defined(OS_WIN) || defined(OS_LINUX)
TEST_F(AutomationProxyTest2, GetActiveTabIndex) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
@@ -432,7 +428,6 @@
ASSERT_TRUE(tab->GetTabTitle(&title));
ASSERT_STREQ(L"Title Of Awesomeness", title.c_str());
}
-#endif
TEST_F(AutomationProxyTest, Cookies) {
GURL url("http://mojo.jojo.google.com");
@@ -615,8 +610,6 @@
return jscript;
}
-// TODO(port): Port to mac.
-#if defined(OS_WIN) || defined(OS_LINUX)
TEST_F(AutomationProxyTest3, FrameDocumentCanBeAccessed) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
@@ -664,7 +657,6 @@
ASSERT_FALSE(tab->ExecuteAndExtractString(xpath1, jscript1, &actual));
#endif
}
-#endif // defined(OS_WIN) || defined(OS_LINUX)
// TODO(port): Need to port constrained_window_proxy.* first.
#if defined(OS_WIN)
« 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