]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testEvent.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testEvent.h
index 98cb3f7cd245b4b60cd16c5ec6d331d7c9c24710..8d0182ce9f47ddf469d1ebceb505f1db09d31612 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 1996-2017 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.
+ */
 
 #ifndef SQUID_SRC_TEST_EVENT_H
 #define SQUID_SRC_TEST_EVENT_H
@@ -12,7 +19,6 @@ class testEvent : public CPPUNIT_NS::TestFixture
 {
     CPPUNIT_TEST_SUITE( testEvent );
     CPPUNIT_TEST( testCreate );
-    CPPUNIT_TEST( testDispatch );
     CPPUNIT_TEST( testDump );
     CPPUNIT_TEST( testFind );
     CPPUNIT_TEST( testCheckEvents );
@@ -25,7 +31,6 @@ public:
 
 protected:
     void testCreate();
-    void testDispatch();
     void testDump();
     void testFind();
     void testCheckEvents();