5 @page Bug_2328_Regression README File
7 This test sends 3 strings to the server. The server is using the codeset
8 library, the client is configured that it doesn't use it. This gives a marshal
9 exception in TAO 1.4.7 because it uses UTF8 Latin1 to demarshal the strings
10 which then causes things to go wrong in the stream.
12 To run the test use the run_test.pl script:
16 the script returns 0 if the test was successful.