summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
commitc5982b67ad295b131f6a3018321736241a17ef4f (patch)
tree04307a926b4d15576ea15d2e86d98e49e0eeb468 /TAO/tests/TransportCurrent
parent893ef20831727d7e4b35ca5b07d1baffeada3c70 (diff)
downloadATCD-c5982b67ad295b131f6a3018321736241a17ef4f.tar.gz
Fri Jun 29 01:27:22 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/TransportCurrent')
-rw-r--r--TAO/tests/TransportCurrent/Framework/server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/TransportCurrent/Framework/server.cpp b/TAO/tests/TransportCurrent/Framework/server.cpp
index 9cf0a5f5c7b..cc085a0f62f 100644
--- a/TAO/tests/TransportCurrent/Framework/server.cpp
+++ b/TAO/tests/TransportCurrent/Framework/server.cpp
@@ -187,11 +187,13 @@ server_main (int argc,
ACE_TEXT ("Server (%P|%t) Cannot activate %d threads\n"),
nthreads),
-1);
+ //FUZZ: disable check_for_lack_ACE_OS
if(worker.thr_mgr ()->wait () != 0)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("Server (%P|%t) wait() Cannot wait for all %d threads\n"),
nthreads),
-1);
+ //FUZZ: enable check_for_lack_ACE_OS
#else
if (nthreads > 1)
ACE_ERROR ((LM_WARNING,