summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/except.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/except.cpp')
-rw-r--r--TAO/tests/Param_Test/except.cpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/TAO/tests/Param_Test/except.cpp b/TAO/tests/Param_Test/except.cpp
index f18ccba2219..49084a4b258 100644
--- a/TAO/tests/Param_Test/except.cpp
+++ b/TAO/tests/Param_Test/except.cpp
@@ -50,9 +50,7 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
req->set_return_type (CORBA::_tc_ulong);
- req->exceptions ()->add (CORBA::TypeCode::_duplicate (
- Param_Test::_tc_Ooops
- ));
+ req->exceptions ()->add (CORBA::TypeCode::_duplicate (Param_Test::_tc_Ooops));
req->invoke ();
@@ -143,7 +141,7 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
+ "Test_Exception::dii_req_invoke - "
"caught NO_MEMORY system exception - "
"expected known user exception\n"));
}
@@ -154,7 +152,7 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
+ "Test_Exception::dii_req_invoke - "
"caught NO_MEMORY system exception - "
"expected UNKNOWN exception\n"));
}
@@ -165,8 +163,8 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
- "caught unexpected uknown exception\n"));
+ "Test_Exception::dii_req_invoke - "
+ "caught unexpected unknown exception\n"));
}
}
}
@@ -194,7 +192,7 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
+ "Test_Exception::dii_req_invoke - "
"caught unknown exception - "
"expected known user exception\n"));
}
@@ -205,7 +203,7 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
+ "Test_Exception::dii_req_invoke - "
"caught unknown exception - "
"expected NO_MEMORY system exception\n"));
}
@@ -216,8 +214,8 @@ Test_Exception::dii_req_invoke (CORBA::Request_ptr req)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- "Test_Exception::run_sii_test - "
- "caught unexpected uknown exception\n"));
+ "Test_Exception::dii_req_invoke - "
+ "caught unexpected unknown exception\n"));
}
}
}