From c0627fcf5160d78abb562ba82ea079c32112c0c4 Mon Sep 17 00:00:00 2001 From: Angelo Corsaro Date: Thu, 22 Mar 2001 06:01:47 +0000 Subject: ChangeLogTag: Wed Mar 21 23:57:44 2001 Angelo Corsaro --- TAO/tests/RTCORBA/Explicit_Binding/client.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 (" 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")); -- cgit v1.2.1