Commit 07fbf778 authored by pasko@google.com's avatar pasko@google.com

Avoid double-InitCache() in SimpleDoomBetween test, leak

Quick fix.

Review URL: https://chromiumcodereview.appspot.com/14188044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195222 0039d316-1c4b-4281-b951-d872f2087c98
parent 34400b26
...@@ -2901,13 +2901,11 @@ TEST_F(DiskCacheBackendTest, SimpleOpenBadFile) { ...@@ -2901,13 +2901,11 @@ TEST_F(DiskCacheBackendTest, SimpleOpenBadFile) {
TEST_F(DiskCacheBackendTest, SimpleDoomRecent) { TEST_F(DiskCacheBackendTest, SimpleDoomRecent) {
SetSimpleCacheMode(); SetSimpleCacheMode();
InitCache();
BackendDoomRecent(); BackendDoomRecent();
} }
TEST_F(DiskCacheBackendTest, SimpleDoomBetween) { TEST_F(DiskCacheBackendTest, SimpleDoomBetween) {
SetSimpleCacheMode(); SetSimpleCacheMode();
InitCache();
BackendDoomBetween(); BackendDoomBetween();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment