diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
commit | 0ecf5205b86fec6836445d8df3272cc613b83ea9 (patch) | |
tree | 010302338ac8df945f024f8f90d1d9d7cd2b2356 /tests/Service_Config_Test.cpp | |
parent | e7eaa5dec5d01f5094ff207feea5ebb0d224b1c6 (diff) | |
download | ATCD-0ecf5205b86fec6836445d8df3272cc613b83ea9.tar.gz |
ChangeLogTag:Wed May 8 15:15:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'tests/Service_Config_Test.cpp')
-rw-r--r-- | tests/Service_Config_Test.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Service_Config_Test.cpp b/tests/Service_Config_Test.cpp index d44c7fd7595..7632415a6d7 100644 --- a/tests/Service_Config_Test.cpp +++ b/tests/Service_Config_Test.cpp @@ -134,10 +134,12 @@ run_test (int argc, ACE_TCHAR *argv[]) // Byte ordering is also an issue, so we should be // generating this file on-the-fly from the UTF-8 encoded // file by using functions like iconv(1) or iconv(3). - ACE_TEXT ("Service_Config_Test.UTF-16.conf"); + ACE_TEXT ("Service_Config_Test.UTF-16") + ACE_TEXT (ACE_DEFAULT_SVC_CONF_EXT); #else // ASCII (UTF-8) encoded Service Configurator file. - ACE_TEXT ("Service_Config_Test.conf"); + ACE_TEXT ("Service_Config_Test") + ACE_TEXT (ACE_DEFAULT_SVC_CONF_EXT); #endif /* ACE_USES_WCHAR */ // Process the Service Configurator directives in this test's |