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

Unified Diff: content/browser/in_process_webkit/dom_storage_uitest.cc

Issue 6672032: Remove "FAILS" from DomStorageEmptyDatabaseTest.EmptyDirAfterClear. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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: content/browser/in_process_webkit/dom_storage_uitest.cc
diff --git a/content/browser/in_process_webkit/dom_storage_uitest.cc b/content/browser/in_process_webkit/dom_storage_uitest.cc
index b12bbac8a1949398fba38ce1c2dc84bda2f35067..28893322d34604c0e6b4d67283393e1ef585504a 100644
--- a/content/browser/in_process_webkit/dom_storage_uitest.cc
+++ b/content/browser/in_process_webkit/dom_storage_uitest.cc
@@ -155,8 +155,7 @@ class DomStorageEmptyDatabaseTest : public UITest {
}
};
-// Fails, see http://crbug.com/76008
-TEST_F(DomStorageEmptyDatabaseTest, FAILS_EmptyDirAfterClear) {
+TEST_F(DomStorageEmptyDatabaseTest, EmptyDirAfterClear) {
NavigateToURL(TestUrl());
ASSERT_TRUE(StorageDirIsEmpty());
« 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