summaryrefslogtreecommitdiff
path: root/tests/IOStream_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-21 15:55:41 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-21 15:55:41 +0000
commit74b953f078e525defc7672c58d6291a7c7f3b15f (patch)
tree3fb9d91c94013084361617a1cee11945c1600e6e /tests/IOStream_Test.cpp
parent7f8fa700f29b02601674453dd89694d0ed117f8f (diff)
downloadATCD-74b953f078e525defc7672c58d6291a7c7f3b15f.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/IOStream_Test.cpp')
-rw-r--r--tests/IOStream_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/IOStream_Test.cpp b/tests/IOStream_Test.cpp
index 05456cc407d..3da2d1d7fe0 100644
--- a/tests/IOStream_Test.cpp
+++ b/tests/IOStream_Test.cpp
@@ -327,6 +327,8 @@ server (void *arg = 0)
&& l == -666555444 && (f2 >= -24.0 && f2 <= -22.0)
&& (d >= -45e+9 && d <= 47e+9));
+ client_handler.close ();
+
return 0;
}
@@ -378,6 +380,9 @@ spawn (void)
"threads *and* processes not supported on this platform\n"),
-1);
#endif /* ACE_HAS_THREADS */
+
+ acceptor.close ();
+
return 0;
}
#endif /* !ACE_LACKS_ACE_IOSTREAM */