new tests for the UniqueAccess caches

This commit is contained in:
Peter Schojer
2007-10-29 14:50:09 +00:00
parent 383929fb39
commit 6987146b6c
4 changed files with 90 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
//
// ExpireCacheTest.h
//
// $Id: //poco/Main/Foundation/testsuite/src/ExpireCacheTest.h#5 $
// $Id: //poco/Main/Foundation/testsuite/src/ExpireCacheTest.h#6 $
//
// Tests for ExpireCache
//
@@ -49,6 +49,7 @@ public:
void testDuplicateAdd();
void testExpire0();
void testExpireN();
void testAccessExpireN();
void setUp();