mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
sources for 1.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// CacheTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/1.2/Foundation/testsuite/src/CacheTestSuite.cpp#1 $
|
||||
// $Id: //poco/1.3/Foundation/testsuite/src/CacheTestSuite.cpp#1 $
|
||||
//
|
||||
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@@ -34,6 +34,8 @@
|
||||
#include "LRUCacheTest.h"
|
||||
#include "ExpireCacheTest.h"
|
||||
#include "ExpireLRUCacheTest.h"
|
||||
#include "UniqueExpireCacheTest.h"
|
||||
#include "UniqueExpireLRUCacheTest.h"
|
||||
|
||||
CppUnit::Test* CacheTestSuite::suite()
|
||||
{
|
||||
@@ -41,7 +43,9 @@ CppUnit::Test* CacheTestSuite::suite()
|
||||
|
||||
pSuite->addTest(LRUCacheTest::suite());
|
||||
pSuite->addTest(ExpireCacheTest::suite());
|
||||
pSuite->addTest(UniqueExpireCacheTest::suite());
|
||||
pSuite->addTest(ExpireLRUCacheTest::suite());
|
||||
pSuite->addTest(UniqueExpireLRUCacheTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user