summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-18 17:44:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-18 17:44:44 +0000
commitbbfc3101b62f2ce9008c2aa2afa1557fe85643e8 (patch)
treeddd6c1d3d734ddfbe9ce0770dc340a3a9e4d618d
parent7a62c189288f1af62f09d83f89f4ccf47350bfe3 (diff)
downloadATCD-bbfc3101b62f2ce9008c2aa2afa1557fe85643e8.tar.gz
ChangeLogTag:Sun Jul 18 08:54:29 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
index 32bdcdef8fa..bdf8cfdd3cc 100644
--- a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
@@ -67,9 +67,10 @@ IORInterceptor::establish_components (
ACE_CATCHANY
{
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
- "EXCEPTION: IORInterceptor::establish_components:");
+ "EXCEPTION: "
+ "IORIntferceptor::establish_components:");
- ACE_ASSERT (true);
+ ACE_ASSERT (false);
}
ACE_ENDTRY;
ACE_CHECK;