]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testString.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / testString.cc
index 9b0df39333c8b655b350a76e2c742f71d1c26860..469c1f50e1ae9d681e2217a6c140678de5ad0cbc 100644 (file)
@@ -1,9 +1,16 @@
-#include "config.h"
+/*
+ * 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 "testString.h"
-#include "SquidString.h"
-#include "Mem.h"
+#include "squid.h"
 #include "event.h"
+#include "SquidString.h"
+#include "testString.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );
 
@@ -67,3 +74,4 @@ void testString::testSubstr()
     String ref("34");
     CPPUNIT_ASSERT(check == ref);
 }
+