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