Index: net/disk_cache/entry_unittest.cc |
diff --git a/net/disk_cache/entry_unittest.cc b/net/disk_cache/entry_unittest.cc |
index 5fd6db01ecdd22a95964d398738660996af7f27e..ae1e524a39f39c3d472fd3596fd283c37c81451a 100644 |
--- a/net/disk_cache/entry_unittest.cc |
+++ b/net/disk_cache/entry_unittest.cc |
@@ -2449,7 +2449,7 @@ TEST_F(DiskCacheEntryTest, SimpleCacheInvalidData) { |
} |
} |
-TEST_F(DiskCacheEntryTest, SimpleCacheReadWriteDestroyBuffer) { |
+TEST_F(DiskCacheEntryTest, SimpleCacheReadOriteDestroyBuffer) { |
michaeln
2014/08/29 20:08:26
typo?
jkarlin
2014/09/02 11:31:37
Done.
|
// Proving that the test works well with optimistic operations enabled is |
// subtle, instead run only in APP_CACHE mode to disable optimistic |
// operations. Stream 0 always uses optimistic operations, so the test is not |