summaryrefslogtreecommitdiff
path: root/tests/Cache_Map_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cache_Map_Manager_Test.cpp')
-rw-r--r--tests/Cache_Map_Manager_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Cache_Map_Manager_Test.cpp b/tests/Cache_Map_Manager_Test.cpp
index 43664e33d7a..98787b1c8ce 100644
--- a/tests/Cache_Map_Manager_Test.cpp
+++ b/tests/Cache_Map_Manager_Test.cpp
@@ -522,7 +522,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("[-d (debug, i.e., addition printouts)] ")
ACE_TEXT ("[-p (purge percent)] ")
ACE_TEXT ("[-f (number of lookups)] \n"),
- argv[0]));
+ ACE_TEXT ("Cache_Map_Manager_Test")));
return -1;
}
}
@@ -544,7 +544,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_LOG_MSG->clr_flags (ACE_Log_Msg::VERBOSE_LITE);
// Providing random a unique seed.
- ACE_OS::srand (ACE_static_cast (u_int, ACE_OS::time (0)));
+ ACE_OS::srand (static_cast<u_int> (ACE_OS::time (0)));
// Create the lookup array.
ACE_NEW_RETURN (lookup_array,