]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testHttpRequest.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / testHttpRequest.h
index 251b7c2aa0ade340f9f82ccc0be1bb523d59b87a..90bfdd4e7768c6335a90d3953181e10b166efd47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * 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.
@@ -18,7 +18,6 @@
 class testHttpRequest : public CPPUNIT_NS::TestFixture
 {
     CPPUNIT_TEST_SUITE( testHttpRequest );
-    CPPUNIT_TEST( testCreateFromUrlAndMethod );
     CPPUNIT_TEST( testCreateFromUrl );
     CPPUNIT_TEST( testIPv6HostColonBug );
     CPPUNIT_TEST( testSanityCheckStartLine );
@@ -28,7 +27,6 @@ public:
     void setUp();
 
 protected:
-    void testCreateFromUrlAndMethod();
     void testCreateFromUrl();
     void testIPv6HostColonBug();
     void testSanityCheckStartLine();