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

Unified Diff: content/browser/service_worker/service_worker_context_unittest.cc

Issue 651133004: Make ServiceWorkerDatabase::DestroyDatabase() work on in-memory db (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/service_worker/service_worker_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_context_unittest.cc
diff --git a/content/browser/service_worker/service_worker_context_unittest.cc b/content/browser/service_worker/service_worker_context_unittest.cc
index 7164f45f504485e77ddea0b50566e3a90d56c91d..e437cc015b3fabb76ca22fe39edef48378062be1 100644
--- a/content/browser/service_worker/service_worker_context_unittest.cc
+++ b/content/browser/service_worker/service_worker_context_unittest.cc
@@ -339,15 +339,8 @@ TEST_F(ServiceWorkerContextTest, RegisterDuplicateScript) {
EXPECT_EQ(old_registration_id, new_registration_id);
}
-// TODO(jmadill): Fix on Windows 8. http://crbug.com/420124
-#if defined(OS_WIN)
-#define MAYBE_DeleteAndStartOver DISABLED_DeleteAndStartOver
-#else
-#define MAYBE_DeleteAndStartOver DeleteAndStartOver
-#endif
-
// TODO(nhiroki): Test this for on-disk storage.
-TEST_F(ServiceWorkerContextTest, MAYBE_DeleteAndStartOver) {
+TEST_F(ServiceWorkerContextTest, DeleteAndStartOver) {
int64 registration_id = kInvalidServiceWorkerRegistrationId;
bool called = false;
context()->RegisterServiceWorker(
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698