| 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);
|
| }
|
|
|