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

$Id$

@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.

*/