summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PICurrent/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PICurrent/client.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/PICurrent/client.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tests/Portable_Interceptors/PICurrent/client.cpp b/TAO/tests/Portable_Interceptors/PICurrent/client.cpp
index 9341e3addbb..4d98648a2ac 100644
--- a/TAO/tests/Portable_Interceptors/PICurrent/client.cpp
+++ b/TAO/tests/Portable_Interceptors/PICurrent/client.cpp
@@ -115,22 +115,6 @@ main (int argc, char *argv[])
1);
}
- // BUG 2656 testing - _get_policy_overrides() should return an empty
- // sequence rather than nill.
- CORBA::PolicyTypeSeq types;
- CORBA::PolicyList_var policies = server->_get_policy_overrides(types);
-
- if (policies.ptr () == 0)
- {
- ACE_ERROR ((LM_ERROR,
- "(%P|%t) _get_policy_overrides returned nill pointer\n"));
- ACE_TRY_THROW (CORBA::INTERNAL ());
- }
- else
- {
- CORBA::ULong ListSize = policies->length();
- }
-
server->invoke_me (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;