summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3384_Regression/README.txt
blob: dbf2ca03db9d47c7695c326e7f220a2e9cf2e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**



@page Bug_3384_Regression Test README File

A regression test for a bug in (un)reliable oneways with the SYNC_NONE scope.
The test verifies if a oneway sent as the first request on a new transport
gets correctly pushed out as soon as the new transort has connected.
This is a regression test for:

http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=3384

	To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if there are no errors.

*/