-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: - FileCacheTest.CacheSizeTest - FileCacheTest.ShrinkCacheTest - HashedFileCacheTest.CacheSizeTest Moved the calculation of the new policy file's size to be outside the 'using' blocks for writing it to disk so that it could read the actual file size instead of always getting 0. - It is moved entirely out of the using blocks to mirror the cache item's code. Removed a duplicated line of code in FileCache.WriteHelper(). - There was an `if` line that was there twice. - This has no effect on anything other than my sanity.
- Loading branch information
1 parent
dc77160
commit 4ba4a8d
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters