summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/README
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-23 02:20:25 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-23 02:20:25 +0000
commiteddea9e4b8dc6de87b8436cd77743b865243243e (patch)
tree9437150cfdb7b4bd880714268fde9ff863f268c1 /TAO/tests/POA/README
parent13bd95b3ca1c778466e1387e2fcb33e6448214b6 (diff)
downloadATCD-eddea9e4b8dc6de87b8436cd77743b865243243e.tar.gz
ChangeLogTag: Thu Mar 22 20:08:05 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/POA/README')
-rw-r--r--TAO/tests/POA/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tests/POA/README b/TAO/tests/POA/README
index 21cf7b6b570..0e78b4695b8 100644
--- a/TAO/tests/POA/README
+++ b/TAO/tests/POA/README
@@ -40,14 +40,3 @@ Object Adapter (POA) interfaces and their usage scenarios.
a servant can call itself or other servants in the
same POA while in an upcall.
- . Multiple_Deactivation
-
- Regression test for:
-
- http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=834
-
- The test creates a single object reference and
- deactivates it three times in the context of a
- request. The servant verifies that the destructor is
- not invoked in this context, and that reference
- counting rules are properly followed.