blob: 5ea0ff49deb36fb40e7b3fff4612899cffda10f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/**
$Id$
@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.
*/
|