summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-08 12:16:13 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-08 12:16:13 +0000
commit9679cc49caa02cdf86b55041c03c81822ae702cd (patch)
tree3fbecd54f322e40a0683c9bad740a26b651ce19e /TAO/tests
parent25faf7c374fedba0caedf77eda4bbe55fcc753a2 (diff)
downloadATCD-9679cc49caa02cdf86b55041c03c81822ae702cd.tar.gz
ChangeLogTag: Tue Apr 8 12:04:20 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/ORB_Local_Config/Shared/Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/ORB_Local_Config/Shared/Test.cpp b/TAO/tests/ORB_Local_Config/Shared/Test.cpp
index 950121f9f2c..9141a1fa422 100644
--- a/TAO/tests/ORB_Local_Config/Shared/Test.cpp
+++ b/TAO/tests/ORB_Local_Config/Shared/Test.cpp
@@ -67,10 +67,10 @@ testReusingGlobals (int , ACE_TCHAR *[])
svcname = ACE_TEXT ("CORBANAME_Parser");
ACE_Service_Object* p2 = ACE_Dynamic_Service<ACE_Service_Object>::instance (two.get (), svcname);
- if (p2 == 0) // You should be able to find the same stuff here, too``
- {
- ACE_ERROR ((LM_ERROR, ACE_TEXT ("Not expected to find %s in the global repo\n"), svcname));
- return -1;
+ if (p2 == 0) // You should be able to find the same stuff here, too
+ {
+ ACE_ERROR ((LM_ERROR, ACE_TEXT ("Not expected to find %s in the global repo\n"), svcname));
+ return -1;
}
return 0;