summaryrefslogtreecommitdiff
path: root/ACE/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-17 14:45:11 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-17 14:45:11 +0000
commit8b5e3a841da915b71c29c4967436f6089ed32873 (patch)
tree310942d51cfcc5b07025697dd3e562aa7166f935 /ACE/tests/Conn_Test.cpp
parentc28d3bdcfa39f4cb30c37c3c507dc0ef40a370ac (diff)
downloadATCD-8b5e3a841da915b71c29c4967436f6089ed32873.tar.gz
Fri Dec 17 14:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
* */*.*: Merged RemedyWork branch.
Diffstat (limited to 'ACE/tests/Conn_Test.cpp')
-rw-r--r--ACE/tests/Conn_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Conn_Test.cpp b/ACE/tests/Conn_Test.cpp
index e133753afdb..19ceab04825 100644
--- a/ACE/tests/Conn_Test.cpp
+++ b/ACE/tests/Conn_Test.cpp
@@ -183,7 +183,7 @@ Svc_Handler::recv_data (void)
while ((r_bytes = new_stream.recv (&c, 1)) > 0)
{
- ACE_ASSERT (*t == c);
+ ACE_TEST_ASSERT (*t == c);
// We need to guard against cached connections, which
// will send multiple sequences of letters from 'a' ->
@@ -748,7 +748,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("open")));
- ACE_ASSERT (0);
+ ACE_TEST_ASSERT (0);
}
else
{