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

Unified Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 9453028: Fix ExpiredCertAndGoBackTests (Closed)
Patch Set: Remove old comment Created 8 years, 10 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 | content/browser/ssl/ssl_error_handler.cc » ('j') | content/browser/ssl/ssl_error_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_browser_tests.cc
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
index e710248fec83954143ba47d1aa88f5c2c8bed7d0..b5f5f52f9c97c20fc4fb786fa49770f4dea5f54b 100644
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ b/chrome/browser/ssl/ssl_browser_tests.cc
@@ -362,9 +362,8 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestHTTPSExpiredCertAndDontProceed) {
}
// Visits a page with https error and then goes back using Browser::GoBack.
-// See http://crbug.com/40932
IN_PROC_BROWSER_TEST_F(SSLUITest,
- DISABLED_TestHTTPSExpiredCertAndGoBackViaButton) {
+ TestHTTPSExpiredCertAndGoBackViaButton) {
ASSERT_TRUE(test_server()->Start());
ASSERT_TRUE(https_server_expired_.Start());
@@ -401,7 +400,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest,
// Visits a page with https error and then goes back using GoToOffset.
// Disabled because its flaky: http://crbug.com/40932, http://crbug.com/43575.
wtc 2012/02/28 20:02:12 This comment should be deleted.
IN_PROC_BROWSER_TEST_F(SSLUITest,
- DISABLED_TestHTTPSExpiredCertAndGoBackViaMenu) {
+ TestHTTPSExpiredCertAndGoBackViaMenu) {
ASSERT_TRUE(test_server()->Start());
ASSERT_TRUE(https_server_expired_.Start());
« no previous file with comments | « no previous file | content/browser/ssl/ssl_error_handler.cc » ('j') | content/browser/ssl/ssl_error_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698