summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Crash_On_Write/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Crash_On_Write/README')
-rw-r--r--trunk/TAO/tests/Crash_On_Write/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Crash_On_Write/README b/trunk/TAO/tests/Crash_On_Write/README
new file mode 100644
index 00000000000..b674ec1d873
--- /dev/null
+++ b/trunk/TAO/tests/Crash_On_Write/README
@@ -0,0 +1,17 @@
+/**
+
+@page Crash_On_Write Test README File
+
+ Test the behavior of the ORB when the server crashes in the
+middle of a write() operation. This is a regression test for:
+
+http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=678
+http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=856
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/