Chromium Code Reviews

Unified Diff: webkit/appcache/appcache_storage_impl_unittest.cc

Issue 2828006: TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDatabase (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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: webkit/appcache/appcache_storage_impl_unittest.cc
diff --git a/webkit/appcache/appcache_storage_impl_unittest.cc b/webkit/appcache/appcache_storage_impl_unittest.cc
index 627181e87dd364962e9418dd8d3cb4ba82ed8244..304f50f3a2b4f0e8b82c936283f06bbf0b2d810d 100644
--- a/webkit/appcache/appcache_storage_impl_unittest.cc
+++ b/webkit/appcache/appcache_storage_impl_unittest.cc
@@ -1014,8 +1014,7 @@ TEST_F(AppCacheStorageImplTest, FindNoMainResponse) {
RunTestOnIOThread(&AppCacheStorageImplTest::FindNoMainResponse);
}
-// http://code.google.com/p/chromium/issues/detail?id=39731
-TEST_F(AppCacheStorageImplTest, DISABLED_BasicFindMainResponseInDatabase) {
+TEST_F(AppCacheStorageImplTest, BasicFindMainResponseInDatabase) {
RunTestOnIOThread(
&AppCacheStorageImplTest::BasicFindMainResponseInDatabase);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine