]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testCacheManager.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / testCacheManager.cc
index 7d6691eed34ec4b943624e7c95318d2e1912eac9..e7e70748b45d9ed922ca2c09d04492719140b993 100644 (file)
@@ -1,11 +1,17 @@
-#define SQUID_UNIT_TEST 1
+/*
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
 
 #include "squid.h"
 #include "CacheManager.h"
-#include "Mem.h"
 #include "mgr/Action.h"
 #include "Store.h"
 #include "testCacheManager.h"
+#include "unitTestMain.h"
 
 #include <cppunit/TestAssert.h>
 
@@ -59,3 +65,4 @@ testCacheManager::testRegister()
     action->run(sentry, false);
     CPPUNIT_ASSERT_EQUAL(1,(int)sentry->flags);
 }
+