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

Unified Diff: chrome/browser/collected_cookies_uitest.cc

Issue 3008007: Marked ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/collected_cookies_uitest.cc
===================================================================
--- chrome/browser/collected_cookies_uitest.cc (revision 52772)
+++ chrome/browser/collected_cookies_uitest.cc (working copy)
@@ -21,7 +21,7 @@
typedef UITest CollectedCookiesTest;
-TEST_F(CollectedCookiesTest, TestDoubleDisplay) {
+TEST_F(CollectedCookiesTest, FAILS_TestDoubleDisplay) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);
ASSERT_TRUE(NULL != server.get());
@@ -43,7 +43,7 @@
ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
}
-TEST_F(CollectedCookiesTest, NavigateAway) {
+TEST_F(CollectedCookiesTest, FAILS_NavigateAway) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);
ASSERT_TRUE(NULL != server.get());
« 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