summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp b/TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp
index 2f9c403cd6a..7fa81ad13d2 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp
+++ b/TAO/orbsvcs/tests/Event/Basic/Reconnect.cpp
@@ -147,6 +147,7 @@ EC_Reconnect::execute_consumer_test (CORBA::Environment& ACE_TRY_ENV)
"Expected AlreadyConnected exception");
}
ACE_ENDTRY;
+ ACE_TRY_ENV.clear ();
RtecEventChannelAdmin::ConsumerAdmin_var consumer_admin =
this->event_channel_->for_consumers (ACE_TRY_ENV);
@@ -208,6 +209,7 @@ EC_Reconnect::execute_supplier_test (CORBA::Environment& ACE_TRY_ENV)
"Expected AlreadyConnected exception");
}
ACE_ENDTRY;
+ ACE_TRY_ENV.clear ();
RtecEventChannelAdmin::SupplierAdmin_var supplier_admin =
this->event_channel_->for_suppliers (ACE_TRY_ENV);