summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/README
diff options
context:
space:
mode:
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.