]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testStatHist.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / testStatHist.h
index 9572c8dd316aa832398d06207844057c8e5cb217..525ede2264036b3fc72278c8c50775d4fc5cfa15 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
 /*
  * StatHist unit test
  */
@@ -13,6 +21,7 @@ class testStatHist : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST( testStatHistBaseEquality );
     CPPUNIT_TEST( testStatHistBaseAssignment );
     CPPUNIT_TEST( testStatHistLog );
+    CPPUNIT_TEST( testStatHistSum );
     CPPUNIT_TEST_SUITE_END();
 
 public:
@@ -21,6 +30,8 @@ protected:
     void testStatHistBaseEquality();
     void testStatHistBaseAssignment();
     void testStatHistLog();
+    void testStatHistSum();
 };
 
 #endif /* TESTSTATHIST_H_ */
+