summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2328_Regression/README
blob: 53f14a09bede487833f7a8f66ab2ece3c06c7377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**

@page Bug_2328_Regression README File

This test sends 3 strings to the server. The server is using the codeset
library, the client is configured that it doesn't use it. This gives a marshal
exception in TAO 1.4.7 because it uses UTF8 Latin1 to demarshal the strings
which then causes things to go wrong in the stream.

        To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.

*/