summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Port_Zero/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Port_Zero/README')
-rw-r--r--TAO/tests/Server_Port_Zero/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/Server_Port_Zero/README b/TAO/tests/Server_Port_Zero/README
new file mode 100644
index 00000000000..b6a82e48d5c
--- /dev/null
+++ b/TAO/tests/Server_Port_Zero/README
@@ -0,0 +1,10 @@
+/**
+
+@page Server_Port_Zero Test README File
+
+ A very simple test that checks whether the server can be
+started on port 0 using IIOP. Port 0 is reserved by TCP/IP and on
+specification of that port the OS should reserve a port
+automatically. This feature was broken sometime back. This test is to
+ensure that the bug doesn't show up again.
+*/