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

Modified Files:
        basic_context.cpp context.cpp context_base.cpp 
        context_service.cpp stream_base.cpp stream_service.cpp 
Log Message:
Add empty test cases to eliminate spurious failures when running all tests.


Index: basic_context.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/basic_context.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- basic_context.cpp   4 Jan 2007 05:53:07 -0000       1.3
+++ basic_context.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("ssl/basic_context");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: context.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/context.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- context.cpp 4 Jan 2007 05:53:07 -0000       1.3
+++ context.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("ssl/context");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: context_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/context_base.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- context_base.cpp    4 Jan 2007 05:53:07 -0000       1.3
+++ context_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("ssl/context_base");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: context_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/context_service.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- context_service.cpp 4 Jan 2007 05:53:07 -0000       1.3
+++ context_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("ssl/context_service");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: stream_base.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/stream_base.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stream_base.cpp     4 Jan 2007 05:53:07 -0000       1.3
+++ stream_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("ssl/stream_base");
+  test->add(BOOST_TEST_CASE(&null_test));
   return test;
 }

Index: stream_service.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/ssl/stream_service.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stream_service.cpp  4 Jan 2007 05:53:07 -0000       1.3
+++ stream_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("ssl/stream_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