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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_browsertest.js

Issue 15951011: Revert "Disable failing test CertificateManagerWebUITest.testViewAndDeleteCert" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/ui/webui/options/certificate_manager_browsertest.js
diff --git a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
index a2bdd82a717106b23d5a33073a1bfe3127b8e89b..1dc1d10a3f145235ca9d96597094844a278f0a91 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
@@ -6,13 +6,6 @@
// isn't implemented if OpenSSL is used.
GEN('#if defined(USE_NSS)');
-// Triggers an issue in v8: http://crbug.com/225325
-GEN('#if defined(OS_LINUX)');
-GEN('#define MAYBE_testViewAndDeleteCert DISABLED_testViewAndDeleteCert');
-GEN('#else');
-GEN('#define MAYBE_testViewAndDeleteCert testViewAndDeleteCert');
-GEN('#endif');
-
/**
* TestFixture for certificate manager WebUI testing.
* @extends {testing.Test}
@@ -143,7 +136,7 @@ CertificateManagerWebUITest.prototype = {
};
TEST_F('CertificateManagerWebUITest',
- 'MAYBE_testViewAndDeleteCert', function() {
+ 'testViewAndDeleteCert', function() {
assertEquals(this.browsePreload, document.location.href);
this.mockHandler.expects(once()).viewCertificate(['c1']);
« 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