Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2328_Regression / README
blob370ab34df3b348c164429632e2add046a37e752b
1 /**
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:
14 $ ./run_test.pl
16         the script returns 0 if the test was successful.