summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-20 21:47:09 +0000
committerjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-20 21:47:09 +0000
commit441bfff01405b1677c180f0a70774e6bbb687858 (patch)
tree60063b17868af6f5f4ef1a2698e3e68620c78262 /tests
parent852817804df93740715f802140a07424dc14d1cb (diff)
downloadATCD-441bfff01405b1677c180f0a70774e6bbb687858.tar.gz
ChangeLogTag: Thu Jul 20 21:44:31 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Service_Config_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Service_Config_Test.cpp b/tests/Service_Config_Test.cpp
index 2920febc1ec..dde86668b3c 100644
--- a/tests/Service_Config_Test.cpp
+++ b/tests/Service_Config_Test.cpp
@@ -209,13 +209,13 @@ testLimits (int , ACE_TCHAR *[])
one.process_directive (svc_desc1);
one.process_directive (svc_desc2);
- if (-1 == one.find ("Test_Object_1_More", 0, 0))
+ if (-1 == one.find (ACE_TEXT ("Test_Object_1_More"), 0, 0))
{
++error;
ACE_ERROR ((LM_ERROR, ACE_TEXT("Expected to have registered the first service\n")));
}
- if (-1 != one.find ("Test_Object_2_More", 0, 0))
+ if (-1 != one.find (ACE_TEXT ("Test_Object_2_More"), 0, 0))
{
++error;
ACE_ERROR ((LM_ERROR, ACE_TEXT("Being able to add more than 1 service was not expected\n")));