summaryrefslogtreecommitdiff
path: root/tests/Map_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Map_Manager_Test.cpp')
-rw-r--r--tests/Map_Manager_Test.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Map_Manager_Test.cpp b/tests/Map_Manager_Test.cpp
index 406bb7e586c..f6a10c7f9ae 100644
--- a/tests/Map_Manager_Test.cpp
+++ b/tests/Map_Manager_Test.cpp
@@ -184,7 +184,7 @@ test_hash_map_manager (size_t table_size, size_t iterations)
ACE_ASSERT (i == iterations);
}
{
- i = 0;
+ i = 0;
HASH_MAP_MANAGER::ENTRY *entry = 0;
for (HASH_MAP_MANAGER::ITERATOR iterator (map);
@@ -332,7 +332,7 @@ test_map_manager (size_t table_size, size_t iterations)
ACE_ASSERT (k == -1);
}
{
-
+
k = iterations - 1;
ENTRY *entry = 0;
@@ -542,7 +542,8 @@ main (int argc, ASYS_TCHAR *argv[])
ACE_UNUSED_ARG (argc);
ACE_UNUSED_ARG (argv);
- ACE_ERROR ((LM_ERROR, ASYS_TEXT ("Template specializations not supported on this platform\n")));
+ ACE_ERROR ((LM_INFO,
+ ASYS_TEXT ("Template specializations not supported on this platform\n")));
ACE_END_TEST;
return 0;