summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2328_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_2328_Regression/README')
-rw-r--r--ACE/TAO/tests/Bug_2328_Regression/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_2328_Regression/README b/ACE/TAO/tests/Bug_2328_Regression/README
new file mode 100644
index 00000000000..53f14a09bed
--- /dev/null
+++ b/ACE/TAO/tests/Bug_2328_Regression/README
@@ -0,0 +1,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.
+
+*/