summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Leaks/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Leaks/README')
-rw-r--r--TAO/tests/Server_Leaks/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Server_Leaks/README b/TAO/tests/Server_Leaks/README
deleted file mode 100644
index 38faffb9dfd..00000000000
--- a/TAO/tests/Server_Leaks/README
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
-
-@page Client Leaks Test README File
-
- On TAO-1.1.12 the ORB was leaking handles on the server-side.
-This test creates a single server and connection multiple clients to
-it, trying to force a fault if the resources are leaked.
-
- To run the test use the run_test.pl script:
-
-$ ./run_test.pl
-
- the script returns 0 if the test was successful.
-
-*/