]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/testAddress.h
Polish: update Ip::Address to follow Squid coding guidelines
[thirdparty/squid.git] / src / ip / testAddress.h
index 66ad59e503fc92c27b954a2742d4e5bffc822670..d37a355c10292d2c59a522101370818814ef1009 100644 (file)
@@ -18,13 +18,13 @@ class testIpAddress : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST( testHostentConstructor );
     CPPUNIT_TEST( testStringConstructor );
     CPPUNIT_TEST( testCopyConstructor );
-    CPPUNIT_TEST( testSetEmpty );
+    CPPUNIT_TEST( testsetEmpty );
     CPPUNIT_TEST( testBooleans );
     CPPUNIT_TEST( testAddrInfo );
-    CPPUNIT_TEST( testNtoA );
-    CPPUNIT_TEST( testToURL_fromInAddr );
-    CPPUNIT_TEST( testToURL_fromSockAddr );
-    CPPUNIT_TEST( testGetReverseString );
+    CPPUNIT_TEST( testtoStr );
+    CPPUNIT_TEST( testtoUrl_fromInAddr );
+    CPPUNIT_TEST( testtoUrl_fromSockAddr );
+    CPPUNIT_TEST( testgetReverseString );
     CPPUNIT_TEST( testMasking );
 
     CPPUNIT_TEST( testBugNullingDisplay );
@@ -43,15 +43,15 @@ protected:
     void testStringConstructor();
     void testCopyConstructor();
 
-    void testSetEmpty();
+    void testsetEmpty();
     void testBooleans();
 
     void testAddrInfo();
 
-    void testNtoA();
-    void testToURL_fromInAddr();
-    void testToURL_fromSockAddr();
-    void testGetReverseString();
+    void testtoStr();
+    void testtoUrl_fromInAddr();
+    void testtoUrl_fromSockAddr();
+    void testgetReverseString();
     void testMasking();
 
     // bugs.