summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2001-03-22 06:01:47 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2001-03-22 06:01:47 +0000
commitc0627fcf5160d78abb562ba82ea079c32112c0c4 (patch)
tree07f4f44a964a6ed3c3e216c6b34f80a1954e90fb
parent6c25f029cf482be1d6d66a21385f77d324fbe6a6 (diff)
downloadATCD-c0627fcf5160d78abb562ba82ea079c32112c0c4.tar.gz
ChangeLogTag: Wed Mar 21 23:57:44 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/client.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/client.cpp b/TAO/tests/RTCORBA/Explicit_Binding/client.cpp
index 0e478cd4d53..c3e8d38fc66 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/client.cpp
+++ b/TAO/tests/RTCORBA/Explicit_Binding/client.cpp
@@ -167,6 +167,11 @@ main (int argc, char *argv[])
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("<validate_connection> returned TRUE\n")));
+ //
+ // This portion of code has been temporarily disabled.
+ //
+ /*
+
if (pols.ptr () != 0
&& pols->length () == 1
&& pols[0u]->policy_type () == RTCORBA::CLIENT_PROTOCOL_POLICY_TYPE)
@@ -177,7 +182,7 @@ main (int argc, char *argv[])
ACE_DEBUG ((LM_DEBUG,
"ERROR: Inconsistent policies do not "
"contain what's expected.\n"));
-
+ */
// Testing over. Shut down Server ORB.
ACE_DEBUG ((LM_DEBUG,
"\n Testing over - shutting down\n"));