summaryrefslogtreecommitdiff
path: root/ACE/tests/Hash_Map_Manager_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
commit1f64aa73343cd2a5e5b185b5737fec57d53e6add (patch)
treefcb01a56ae6534294f6337c3866e2e4bdb0d5066 /ACE/tests/Hash_Map_Manager_Test.cpp
parentab6ed5beeecb2c3d0fe230f76d872c2c7b0cedcb (diff)
downloadATCD-1f64aa73343cd2a5e5b185b5737fec57d53e6add.tar.gz
Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Hash_Map_Manager_Test.cpp')
-rw-r--r--ACE/tests/Hash_Map_Manager_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Hash_Map_Manager_Test.cpp b/ACE/tests/Hash_Map_Manager_Test.cpp
index e960e127f8c..9776b7104d3 100644
--- a/ACE/tests/Hash_Map_Manager_Test.cpp
+++ b/ACE/tests/Hash_Map_Manager_Test.cpp
@@ -198,7 +198,7 @@ run_test (void)
if (hash.bind (string_table[i].key_,
string_table[i].value_) == -1)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("%p failed for %s \n"),
+ ACE_TEXT ("%p failed for %s\n"),
ACE_TEXT ("bind"),
string_table[i].key_), -1);
@@ -313,7 +313,7 @@ run_test (void)
if (hash.bind (string_table[i].key_,
string_table[i].value_) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("%p failed for %s \n"),
+ ACE_TEXT ("%p failed for %s\n"),
ACE_TEXT ("bind"),
string_table[i].key_), -1);