[SPR-5640] polishing

This commit is contained in:
Sam Brannen
2009-07-06 19:24:34 +00:00
parent eb69e7574b
commit eef6fd3f09
2 changed files with 4 additions and 2 deletions

View File

@@ -95,6 +95,8 @@ public class ClassLevelDirtiesContextTests {
ContextCache contextCache = TestContextManager.contextCache;
contextCache.clear();
contextCache.clearStatistics();
cacheHits.set(0);
cacheMisses.set(0);
assertCacheStats("BeforeClass", 0, cacheHits.get(), cacheMisses.get());
}