From: Amos Jeffries Date: Tue, 25 Apr 2023 16:15:54 +0000 (+0000) Subject: Drop pointless testCharacterSet method (#1329) X-Git-Tag: SQUID_7_0_1~449 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c42efde10a11138aff8699b87cf20b34022f02ba;p=thirdparty%2Fsquid.git Drop pointless testCharacterSet method (#1329) It does nothing and CharacterSet is tested elsewhere. --- diff --git a/src/tests/testTokenizer.cc b/src/tests/testTokenizer.cc index 27b64591b2..6e3d9d499e 100644 --- a/src/tests/testTokenizer.cc +++ b/src/tests/testTokenizer.cc @@ -15,7 +15,6 @@ class TestTokenizer : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE(TestTokenizer); - CPPUNIT_TEST(testCharacterSet); CPPUNIT_TEST(testTokenizerPrefix); CPPUNIT_TEST(testTokenizerSuffix); CPPUNIT_TEST(testTokenizerSkip); @@ -28,7 +27,6 @@ protected: void testTokenizerSuffix(); void testTokenizerSkip(); void testTokenizerToken(); - void testCharacterSet(); void testTokenizerInt64(); }; CPPUNIT_TEST_SUITE_REGISTRATION(TestTokenizer); @@ -207,12 +205,6 @@ TestTokenizer::testTokenizerSuffix() CPPUNIT_ASSERT(!t.skipSuffix(SBuf())); } -void -TestTokenizer::testCharacterSet() -{ - -} - void TestTokenizer::testTokenizerInt64() {