*** empty log message ***

[SVN r28025]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-04-06 19:42:48 +00:00
parent 6ea7c64887
commit 3036138d83
24 changed files with 207 additions and 39 deletions

View File

@@ -163,7 +163,7 @@ using boost::unit_test::test_suite;
test_suite* init_unit_test_suite( int argc, char* argv[] )
{
test_suite* test = BOOST_TEST_SUITE( "Smart Container Test Suite" );
test_suite* test = BOOST_TEST_SUITE( "Pointer Container Test Suite" );
test->add( BOOST_TEST_CASE( &test_tree ) );