diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-30 21:26:36 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-30 21:26:36 +0000 |
commit | f1d03e5cc2244958dc1071479cf8a16ac6437d91 (patch) | |
tree | eb1fe74d41c35a71d94917d15cdc454be26a9498 /tests/UPIPE_SAP_Test.cpp | |
parent | f223d07c9de6601f407c6dd45438cb79491ed8f2 (diff) | |
download | ATCD-f1d03e5cc2244958dc1071479cf8a16ac6437d91.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index a95efb593ce..512985c322b 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -83,8 +83,8 @@ connector (void *) } conbuf[i] = '\0'; - ACE_DEBUG ((LM_DEBUG, "(%t) conbuf = %s", conbuf)); - ACE_ASSERT (ACE_OS::strcmp (conbuf, "this is the acceptor response!\n") == 0); + ACE_DEBUG ((LM_DEBUG, "(%t) conbuf = %s\n", conbuf)); + ACE_ASSERT (ACE_OS::strcmp (conbuf, "this is the acceptor response!") == 0); c_stream.close (); ACE_DEBUG ((LM_DEBUG, "\n(%t) exiting thread\n")); |