]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testHttpRequestMethod.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testHttpRequestMethod.h
index 8e79993d31f0ba97c75f92dc6bd78496b2a45ba0..adf2ccff2e6064a3e437748686f57dc90be85929 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_HTTP_REQUEST_METHOD_H
 #define SQUID_SRC_TEST_HTTP_REQUEST_METHOD_H
@@ -18,7 +25,7 @@ class testHttpRequestMethod : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST( testDefaultConstructor );
     CPPUNIT_TEST( testEqualmethod_t );
     CPPUNIT_TEST( testNotEqualmethod_t );
-    CPPUNIT_TEST( testConst_str );
+    CPPUNIT_TEST( testImage );
     CPPUNIT_TEST( testStream );
     CPPUNIT_TEST_SUITE_END();
 
@@ -29,7 +36,7 @@ protected:
     void testConstructmethod_t();
     void testConstructCharStart();
     void testConstructCharStartEnd();
-    void testConst_str();
+    void testImage();
     void testDefaultConstructor();
     void testEqualmethod_t();
     void testNotEqualmethod_t();