summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/File_IO/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/File_IO/README')
-rw-r--r--ACE/TAO/tests/File_IO/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/TAO/tests/File_IO/README b/ACE/TAO/tests/File_IO/README
new file mode 100644
index 00000000000..1362696a08a
--- /dev/null
+++ b/ACE/TAO/tests/File_IO/README
@@ -0,0 +1,18 @@
+/**
+
+@page File_IO Test README File
+
+ A stress test for receiving large replies. The replies are
+ read from files. This test is stress test that brought bug #id
+ 1002 to the surface. The test doesnt seem to have anything
+ special, but just to be sure that bug 1002 doesnt show up
+ again in some other form. This test was donated by Jonathan
+ Reis <reis@stentor.com>.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/