summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-12-30 16:41:24 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-12-30 16:41:24 +0000
commitbec722a8f3545cf24637274d7770075e1c261741 (patch)
tree9c7cee5ec63d4a90347de86e9686bafd734e8dfc /TAO/tests/BiDirectional_NestedUpcall
parent177709cd81b824d54645e40812e28e4cefa1a8ac (diff)
downloadATCD-bec722a8f3545cf24637274d7770075e1c261741.tar.gz
ChangeLogTag: Sat Dec 30 10:39:41 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/test_i.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp b/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp
index e8dd87ec690..a632c52ff6f 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp
+++ b/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp
@@ -43,9 +43,7 @@ Simple_Server_i::test_method (CORBA::Boolean do_callback,
this->callback_->callback_method (ACE_TRY_ENV);
ACE_CHECK_RETURN (0);
- TAO_ORB_Core *orb_core = this->orb_->orb_core ();
- if (orb_core->connection_cache ().total_size () > 1)
- ACE_ASSERT (-1);
+ ACE_ASSERT(this->orb_->orb_core ()->connection_cache ().total_size () > 1);
}
}