summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-25 06:24:45 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-25 06:24:45 +0000
commit0d838d1241c238d3ef44dc5d61fc2df0fc2ee388 (patch)
treef5a4a126bd8b4803f7236ced6055f56731253683 /tests/DLL_Test.cpp
parent486b8d37826dd24105ed450e2c6b0f898d99dc4f (diff)
downloadATCD-0d838d1241c238d3ef44dc5d61fc2df0fc2ee388.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/DLL_Test.cpp')
-rw-r--r--tests/DLL_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp
index 9a52b85467d..83e4a4fe9ce 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -71,7 +71,7 @@ typedef Hello *(*TC)(void);
int
main (void)
{
- ACE_START_TEST (ASYS_TEXT ("DLL_Wrapper_Test"));
+ ACE_START_TEST (ASYS_TEXT ("DLL_Test"));
// @@ Kirthika, it turns out that with Windows NT you can't pass a 0
// in and have it default to the symbols in the executable.
@@ -84,7 +84,7 @@ main (void)
ACE_DEBUG ((LM_DEBUG,
"before opening\n"));
- if (0 != open (".obj/DLL_Wrapper_Test.o", 0))
+ if (0 != open ("", 0))
ACE_ERROR_RETURN ((LM_ERROR,
"Cant open the library\n"),
-1);