Update of /cvsroot/boost/boost/libs/asio/test/ip
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11102/ip

Modified Files:
        address.cpp basic_endpoint.cpp basic_resolver.cpp 
        basic_resolver_entry.cpp basic_resolver_iterator.cpp 
        basic_resolver_query.cpp resolver_query_base.cpp 
        resolver_service.cpp 
Log Message:
Add empty test cases to eliminate spurious failures when running all tests.


Index: address.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/address.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- address.cpp 4 Jan 2007 05:53:07 -0000       1.3
+++ address.cpp 6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/address");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: basic_endpoint.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_endpoint.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_endpoint.cpp  4 Jan 2007 05:53:07 -0000       1.3
+++ basic_endpoint.cpp  6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/basic_endpoint");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: basic_resolver.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_resolver.cpp  4 Jan 2007 05:53:07 -0000       1.3
+++ basic_resolver.cpp  6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/basic_resolver");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: basic_resolver_entry.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_entry.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_resolver_entry.cpp    4 Jan 2007 05:53:07 -0000       1.3
+++ basic_resolver_entry.cpp    6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/basic_resolver_entry");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: basic_resolver_iterator.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_iterator.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_resolver_iterator.cpp 4 Jan 2007 05:53:07 -0000       1.3
+++ basic_resolver_iterator.cpp 6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/basic_resolver_iterator");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: basic_resolver_query.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/basic_resolver_query.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_resolver_query.cpp    4 Jan 2007 05:53:07 -0000       1.3
+++ basic_resolver_query.cpp    6 May 2007 22:38:52 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/basic_resolver_query");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: resolver_query_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/resolver_query_base.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- resolver_query_base.cpp     4 Jan 2007 05:53:07 -0000       1.3
+++ resolver_query_base.cpp     6 May 2007 22:38:53 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/resolver_query_base");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: resolver_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ip/resolver_service.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- resolver_service.cpp        4 Jan 2007 05:53:07 -0000       1.3
+++ resolver_service.cpp        6 May 2007 22:38:53 -0000       1.4
@@ -21,5 +21,6 @@
 test_suite* init_unit_test_suite(int argc, char* argv[])
 {
   test_suite* test = BOOST_TEST_SUITE("ip/resolver_service");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to