summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Multiple_Deactivations/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Multiple_Deactivations/README')
-rw-r--r--TAO/tests/POA/Multiple_Deactivations/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/POA/Multiple_Deactivations/README b/TAO/tests/POA/Multiple_Deactivations/README
new file mode 100644
index 00000000000..1e1932e0522
--- /dev/null
+++ b/TAO/tests/POA/Multiple_Deactivations/README
@@ -0,0 +1,20 @@
+/**
+
+@page POA Multiple Deactivations Test README File
+
+ 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.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/