summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-14 04:10:58 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-14 04:10:58 +0000
commitde3d8d4c39d6c9ff68d9185138c670990b5a4bf7 (patch)
treea3c6eaefb4d0607e7299cef81cb8affe6a86aba1 /tests
parentfd2ce4c83c6e6a28ae726ebe34a84fdfc2599023 (diff)
downloadATCD-de3d8d4c39d6c9ff68d9185138c670990b5a4bf7.tar.gz
CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wang
Diffstat (limited to 'tests')
-rw-r--r--tests/SOCK_Connector_Test.cpp3
-rw-r--r--tests/Thread_Manager_Test.cpp4
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/SOCK_Connector_Test.cpp b/tests/SOCK_Connector_Test.cpp
index b39da3dd442..4def4a3ad1d 100644
--- a/tests/SOCK_Connector_Test.cpp
+++ b/tests/SOCK_Connector_Test.cpp
@@ -159,8 +159,7 @@ fail_no_listener_nonblocking (void)
else
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("Test not executed fully; "
- "expected EWOULDBLOCK, %p (%d)\n"),
+ ASYS_TEXT ("Test not executed fully; expected EWOULDBLOCK, %p (%d)\n"),
ASYS_TEXT ("not"), errno));
status = -1;
}
diff --git a/tests/Thread_Manager_Test.cpp b/tests/Thread_Manager_Test.cpp
index 59ca9d841f8..366d72a2900 100644
--- a/tests/Thread_Manager_Test.cpp
+++ b/tests/Thread_Manager_Test.cpp
@@ -208,7 +208,7 @@ main (int, ASYS_TCHAR *[])
// so it's allowed to ENOTSUP; anything else is a hard fail.
ACE_ASSERT (errno == ENOTSUP);
ACE_DEBUG((LM_DEBUG,
- " OK: suspend_grp isn't supported with Pthreads\n"));
+ ASYS_TEXT (" OK: suspend_grp isn't supported with Pthreads\n")));
}
// Wait for 1 more second and then resume every thread in the
@@ -220,7 +220,7 @@ main (int, ASYS_TCHAR *[])
if (thr_mgr->resume_grp (grp_id) == -1)
{
ACE_ASSERT (errno == ENOTSUP);
- ACE_DEBUG((LM_DEBUG, " OK: resume_grp isn't supported with Pthreads\n"));
+ ACE_DEBUG((LM_DEBUG, ASYS_TEXT (" OK: resume_grp isn't supported with Pthreads\n")));
}
// Wait for 1 more second and then send a SIGINT to every thread in