]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sun, 4 Jan 2015 12:12:05 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sun, 4 Jan 2015 12:12:05 +0000 (12:12 +0000)
20 files changed:
include/unitTestMain.h
src/base/testCharacterSet.cc
src/icmp/testIcmp.cc
src/ip/testAddress.cc
src/parser/testTokenizer.cc
src/tests/testConfigParser.cc
src/tests/testDiskIO.cc
src/tests/testEvent.cc
src/tests/testEventLoop.cc
src/tests/testHttp1Parser.cc
src/tests/testHttpReply.cc
src/tests/testHttpRequest.cc
src/tests/testRock.cc
src/tests/testSBuf.cc
src/tests/testSBufList.cc
src/tests/testStatHist.cc
src/tests/testStore.cc
src/tests/testString.cc
src/tests/testURL.cc
src/tests/testUfs.cc

index 45dfc1fa46991295f9ffd5f9fa7c0b1f02b6f6dd..bf480045193a1071b0c95cf70e4e91aa298c228e 100644 (file)
@@ -49,3 +49,4 @@ main( int argc, char* argv[] )
 }
 
 #endif /* SQUID_INCLUDE_UNITTESTMAIN_H */
+
index 6bebecf02209122c008a34e6dc96df19a4b08e32..6c00a2d39ffcc2a5211de1c61208edf6bd9f4951 100644 (file)
@@ -11,7 +11,6 @@
 #include "testCharacterSet.h"
 #include "unitTestMain.h"
 
-
 #include <string>
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testCharacterSet );
index f8eee8228c0137f3a2287b2e820bcdf6e641f106..431584bb857c1f3bcee2dd63789683582349edf1 100644 (file)
@@ -15,7 +15,6 @@
 #include "testIcmp.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testIcmp );
 
 #if USE_ICMP
index 5bb5068a5096db8535e4d04463c75539a2b8872f..3b5d0908f7949f0cc7d6eedb00cb086de4359a53 100644 (file)
@@ -12,7 +12,6 @@
 #include "testAddress.h"
 #include "unitTestMain.h"
 
-
 #include <cstring>
 #include <stdexcept>
 #include <string>
index 4e7f8451dd488d5e104446a6aeeed9b2b2a93e68..92b4a77a335b41f385e72e611fe27535e62fa006 100644 (file)
@@ -12,7 +12,6 @@
 #include "testTokenizer.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testTokenizer );
 
 SBuf text("GET http://resource.com/path HTTP/1.1\r\n"
index 9759966d63a54967f39efbd1f4cc4f73a279406f..5c94733d2b3979593e397bb952606d5d9ddf8df0 100644 (file)
@@ -13,7 +13,6 @@
 #include "testConfigParser.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testConfigParser);
 
 /* let this test link sanely */
index e86e836c913181d729ee2c2ae14da3f89d45cb77..c3fa1b7622de766bd9e1b8608ddb37bf2db62abd 100644 (file)
@@ -18,7 +18,6 @@
 #include "testStoreSupport.h"
 #include "unitTestMain.h"
 
-
 #include <stdexcept>
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testDiskIO );
index 7b0c3d458ab0f722887e0fa7b1e64e72dbdf3154..5c61ec0149c16f116d03a1763d9efc464c1b66e2 100644 (file)
@@ -17,7 +17,6 @@
 #include "testEvent.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testEvent );
 
 /* init legacy static-initialized modules */
index 0255a6c5b8cfb500d14957ae6432028ade1f00aa..cf3fee2c2568fcf5d0fd6ad8b35db9a66462f32c 100644 (file)
@@ -18,7 +18,6 @@
 #include "testEventLoop.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testEventLoop );
 
 /* init legacy static-initialized modules */
index 4662733771abc68090d550ddce6b4080857429ac..38d2b1825a0edb8e4ac78e2f4a3b9ae99ee154e3 100644 (file)
@@ -21,7 +21,6 @@
 #include "testHttp1Parser.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttp1Parser );
 
 void
index f0ef0038d6e32171e41081e3d4479078c6be276d..161c2048636a88e6df580de03dba53af718d56e2 100644 (file)
@@ -16,7 +16,6 @@
 #include "testHttpReply.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpReply );
 
 class SquidConfig Config;
index 08b0ee4aed8c30ad40fa4da5dd395ee2569d8131..428e3ee06207a48558377870aba99165cfe7c25a 100644 (file)
@@ -16,7 +16,6 @@
 #include "testHttpRequest.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpRequest );
 
 /** wrapper for testing HttpRequest object private and protected functions */
index 9e25a91f948742e4d8453e6f9a6afc6c7428f2e6..610753a60d77dbc94c01992fb3744fcb565d48a5 100644 (file)
@@ -24,7 +24,6 @@
 #include "testStoreSupport.h"
 #include "unitTestMain.h"
 
-
 #include <stdexcept>
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
index 2709e93ca6d618d244100b4614758f2cd76bedad..50ace45b3f4dbd831074d50fd7140488b1457927 100644 (file)
@@ -15,7 +15,6 @@
 #include "testSBuf.h"
 #include "unitTestMain.h"
 
-
 #include <iostream>
 #include <stdexcept>
 
index 03fd77cdc8a75d4db0c3502d5720ad72fc795c0b..340fb3c871721a86d95d64cc745dcea3506ffedd 100644 (file)
@@ -12,7 +12,6 @@
 #include "testSBufList.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testSBufList );
 
 SBuf literal("The quick brown fox jumped over the lazy dog");
index abcfb63997ffa7b0a73aa60f00fb3cee8e6d415b..9a0f413b66c0c938514e0fb507e3da320dc614be 100644 (file)
@@ -11,7 +11,6 @@
 #include "testStatHist.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION(testStatHist);
 
 typedef enum {
index 0aa855caa52de97fc79bcb5fca00e44ee2420bbe..6ff3a472779574005edab1c1d81d740fd33254e1 100644 (file)
@@ -11,7 +11,6 @@
 #include "testStore.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testStore );
 
 int
index 5f19927c32664995aaf8fb87f688883916699cfb..979d8fc7d6d8cd4442e80040327415d8045cb3ad 100644 (file)
@@ -12,7 +12,6 @@
 #include "testString.h"
 #include "unitTestMain.h"
 
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );
 
 /* let this test link sanely */
index de02cb11778dc8b2d864d3df8791769c94abcdde..805f7401765ce1c5e814c27e75a5c3715a696715 100644 (file)
@@ -11,9 +11,8 @@
 #include <cppunit/TestAssert.h>
 
 #include "testURL.h"
-#include "URL.h"
 #include "unitTestMain.h"
-
+#include "URL.h"
 
 #include <sstream>
 
index 69cd80ff6d921b7a0877921e2917737dbf5856ab..dad289f44c9e2aa61607ce8387ccfee064ec5031 100644 (file)
@@ -21,7 +21,6 @@
 #include "testUfs.h"
 #include "unitTestMain.h"
 
-
 #include <stdexcept>
 
 #define TESTDIR "testUfs_Store"