[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-cvs
Subject:    /bzr/squid3/trunk/ r10375: Marked more cppunit tests.
From:       Francesco Chemolli <kinkie () squid-cache ! org>
Date:       2010-03-30 17:32:03
Message-ID: 20100330173504.2191.qmail () squid-cache ! org
[Download RAW message or body]

--===============0150928815==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------
revno: 10375
committer: Francesco Chemolli <kinkie@squid-cache.org>
branch nick: trunk
timestamp: Tue 2010-03-30 19:32:03 +0200
message:
  Marked more cppunit tests.
modified:
  lib/tests/testArray.cc
  lib/tests/testRFC1035.cc
  lib/tests/testRFC1738.cc
  src/ip/testIpAddress.cc
  src/tests/testCoss.cc
  src/tests/testEvent.cc
  src/tests/testEventLoop.cc
  src/tests/testHttpReply.cc
  src/tests/testHttpRequest.cc
  src/tests/testNull.cc
  src/tests/testStoreSupport.cc
  src/tests/testString.cc
  src/tests/testURL.cc
  src/tests/testUfs.cc
  src/tests/test_http_range.cc

--===============0150928815==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; name="r10375.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

=== modified file 'lib/tests/testArray.cc'
--- a/lib/tests/testArray.cc	2008-10-10 08:02:53 +0000
+++ b/lib/tests/testArray.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #if HAVE_ASSERT_H

=== modified file 'lib/tests/testRFC1035.cc'
--- a/lib/tests/testRFC1035.cc	2010-01-21 07:59:51 +0000
+++ b/lib/tests/testRFC1035.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #if HAVE_ASSERT_H

=== modified file 'lib/tests/testRFC1738.cc'
--- a/lib/tests/testRFC1738.cc	2009-11-14 10:48:39 +0000
+++ b/lib/tests/testRFC1738.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #if HAVE_ASSERT_H

=== modified file 'src/ip/testIpAddress.cc'
--- a/src/ip/testIpAddress.cc	2010-03-22 13:05:28 +0000
+++ b/src/ip/testIpAddress.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 #include "compat/getaddrinfo.h"
 #include "testIpAddress.h"

=== modified file 'src/tests/testCoss.cc'
--- a/src/tests/testCoss.cc	2010-02-06 06:32:11 +0000
+++ b/src/tests/testCoss.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "squid.h"
 #include "testCoss.h"
 #include "Store.h"

=== modified file 'src/tests/testEvent.cc'
--- a/src/tests/testEvent.cc	2009-04-09 22:31:13 +0000
+++ b/src/tests/testEvent.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #include <cppunit/TestAssert.h>

=== modified file 'src/tests/testEventLoop.cc'
--- a/src/tests/testEventLoop.cc	2009-04-09 22:31:13 +0000
+++ b/src/tests/testEventLoop.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #include <cppunit/TestAssert.h>

=== modified file 'src/tests/testHttpReply.cc'
--- a/src/tests/testHttpReply.cc	2010-03-19 14:50:48 +0000
+++ b/src/tests/testHttpReply.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 #include <cppunit/TestAssert.h>
 

=== modified file 'src/tests/testHttpRequest.cc'
--- a/src/tests/testHttpRequest.cc	2009-07-26 09:24:07 +0000
+++ b/src/tests/testHttpRequest.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #include <cppunit/TestAssert.h>

=== modified file 'src/tests/testNull.cc'
--- a/src/tests/testNull.cc	2010-02-06 06:32:11 +0000
+++ b/src/tests/testNull.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "squid.h"
 #include "testNull.h"
 #include "Store.h"

=== modified file 'src/tests/testStoreSupport.cc'
--- a/src/tests/testStoreSupport.cc	2008-10-10 08:02:53 +0000
+++ b/src/tests/testStoreSupport.cc	2010-03-30 17:32:03 +0000
@@ -31,6 +31,7 @@
  *
  */
 
+#define SQUID_UNIT_TEST 1
 #include "testStoreSupport.h"
 #include "event.h"
 #include "EventLoop.h"

=== modified file 'src/tests/testString.cc'
--- a/src/tests/testString.cc	2009-02-11 15:28:22 +0000
+++ b/src/tests/testString.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #include "testString.h"

=== modified file 'src/tests/testURL.cc'
--- a/src/tests/testURL.cc	2009-05-03 13:02:50 +0000
+++ b/src/tests/testURL.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #include <cppunit/TestAssert.h>

=== modified file 'src/tests/testUfs.cc'
--- a/src/tests/testUfs.cc	2010-02-06 06:32:11 +0000
+++ b/src/tests/testUfs.cc	2010-03-30 17:32:03 +0000
@@ -1,3 +1,4 @@
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 #include "testUfs.h"
 #include "Store.h"

=== modified file 'src/tests/test_http_range.cc'
--- a/src/tests/test_http_range.cc	2009-03-08 19:34:36 +0000
+++ b/src/tests/test_http_range.cc	2010-03-30 17:32:03 +0000
@@ -31,6 +31,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
+#define SQUID_UNIT_TEST 1
 #include "config.h"
 
 #if 0


--===============0150928815==--
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic