summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Client_Leaks/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Client_Leaks/README')
-rw-r--r--ACE/TAO/tests/Client_Leaks/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Client_Leaks/README b/ACE/TAO/tests/Client_Leaks/README
new file mode 100644
index 00000000000..5e17aa080f6
--- /dev/null
+++ b/ACE/TAO/tests/Client_Leaks/README
@@ -0,0 +1,15 @@
+/**
+
+@page Client Leaks Test README File
+
+ On TAO-1.1.12 the ORB was leaking handles on the client-side.
+This test creates multiple servers trying to force a fault or
+exception if the resources are still leaked.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/