summaryrefslogtreecommitdiff
path: root/tests/Naming_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-10 14:42:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-10 14:42:57 +0000
commitc190cd2fd657198eb250182b92e497e1e7bb1e9f (patch)
treeb15effdd5212101fd54306824274fca39a6705bc /tests/Naming_Test.cpp
parent4faeed4b42e5e6925b6e03df0a0508a0c6142856 (diff)
downloadATCD-c190cd2fd657198eb250182b92e497e1e7bb1e9f.tar.gz
ChangeLogTag:Sat Mar 10 07:05:16 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Naming_Test.cpp')
-rw-r--r--tests/Naming_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp
index 8998fab053f..b763564772d 100644
--- a/tests/Naming_Test.cpp
+++ b/tests/Naming_Test.cpp
@@ -198,7 +198,7 @@ main (int argc, ACE_TCHAR *argv[])
{
ACE_OS::strcpy (temp_file, ACE::basename (name_options->process_name (),
ACE_DIRECTORY_SEPARATOR_CHAR));
- ACE_OS::strcat (temp_file, ACE_TEXT ("XXXXXX"));
+ ACE_OS_String::strcat (temp_file, ACE_TEXT ("XXXXXX"));
// Set the database name using mktemp to generate a unique file name
name_options->database (ACE_OS::mktemp (temp_file));