summaryrefslogtreecommitdiff
path: root/tests/Svc_Handler_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-10 03:17:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-10 03:17:20 +0000
commit209aeefdd17e349caca92cd1d9221ac6426a66ac (patch)
tree9ba1f08aacdc7ec7e877422b977f300199621eec /tests/Svc_Handler_Test.cpp
parent65aa3f913e3be9db538cc5567c767b08e5b29d76 (diff)
downloadATCD-209aeefdd17e349caca92cd1d9221ac6426a66ac.tar.gz
.
Diffstat (limited to 'tests/Svc_Handler_Test.cpp')
-rw-r--r--tests/Svc_Handler_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Svc_Handler_Test.cpp b/tests/Svc_Handler_Test.cpp
index 0c459bed96c..7ed44e3a7f9 100644
--- a/tests/Svc_Handler_Test.cpp
+++ b/tests/Svc_Handler_Test.cpp
@@ -54,10 +54,10 @@ run_test (SVC_HANDLER &svc_handler,
mb->copy ("hello ",
ACE_OS::strlen ("hello "));
cb1->copy ("there ",
- ACE_OS::strlen ("there "));
+ ACE_OS::strlen ("there "));
+ mb->cont (cb1);
cb2->copy ("doug\n",
ACE_OS::strlen ("doug\n"));
- mb->cont (cb1);
cb1->cont (cb2);
// Note that this is a buffered call!