2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32:11 +00:00

*** empty log message ***

[SVN r32049]
This commit is contained in:
Gennadiy Rozental
2005-12-14 06:01:02 +00:00
parent eea5d0bc41
commit c96ffdf25e
34 changed files with 428 additions and 488 deletions

View File

@@ -42,7 +42,7 @@ void throw_my_exception1()
void my_exception1_translator( my_exception1 )
{
BOOST_MESSAGE( "Caught my_exception1" );
BOOST_TEST_MESSAGE( "Caught my_exception1" );
}
//____________________________________________________________________________//
@@ -54,7 +54,7 @@ void throw_my_exception2()
void my_exception2_translator( my_exception2 )
{
BOOST_MESSAGE( "Caught my_exception2" );
BOOST_TEST_MESSAGE( "Caught my_exception2" );
}
//____________________________________________________________________________//
@@ -78,6 +78,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) {
// Revision History :
//
// $Log$
// Revision 1.8 2005/12/14 06:01:02 rogeeff
// *** empty log message ***
//
// Revision 1.7 2005/05/11 05:07:56 rogeeff
// licence update
//