Revision: 1347
http://svn.sourceforge.net/complement/?rev=1347&view=rev
Author: complement
Date: 2006-10-25 23:03:12 -0700 (Wed, 25 Oct 2006)
Log Message:
-----------
uncomment 0-read test
Modified Paths:
--------------
trunk/explore/test/libsockios/unit/unit_test.cc
Modified: trunk/explore/test/libsockios/unit/unit_test.cc
===================================================================
--- trunk/explore/test/libsockios/unit/unit_test.cc 2006-10-24 06:41:35 UTC (rev 1346)
+++ trunk/explore/test/libsockios/unit/unit_test.cc 2006-10-26 06:03:12 UTC (rev 1347)
@@ -527,8 +527,8 @@
ts->add( BOOST_TEST_CASE( &test_client_close_socket ) );
ts->add( BOOST_TEST_CASE( &test_more_bytes_in_socket ), 0, 5 );
ts->add( BOOST_TEST_CASE( &test_more_bytes_in_socket2 ), 0, 5 );
- // ts->add( BOOST_TEST_CASE( &test_read0 ), 0, 7 );
- // ts->add( BOOST_TEST_CASE( &test_read0_srv ) );
+ ts->add( BOOST_TEST_CASE( &test_read0 ), 0, 7 );
+ ts->add( BOOST_TEST_CASE( &test_read0_srv ) );
return ts;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|