I have started (finally!) to work on this bug. The test I am currently using fails, with or without patch... although in an unexpected way.
On mono, it breaks with:
Failures:
1)
MonoTests.System.Data.OracleClient.Oci.OciDefineHandleTest.TrimsWideUnicodeStringsTest
: Directly passed value mismatched
String lengths are both 25.
Strings differ at index 2.
expected:<"chㄼar入act本ers插 utf8 l日ong">
but was:<"ch?ar?act?ers? utf8 l?ong">
-------------^
(If your PC does not render east-asian fonts - upper line contains
some japanese and chinese glyphs, in the lower they are replaced by
question marks.)
The string doesn't get trimmed. I suppose this is a problem with the
setup of my Oracle database.
To verify, I tried to run the code on MS.Net 1.1. It breaks... with
OracleException Ora 12571:TNS:packket writer failure. Any sugestions?
I attach the regression for bug 78840.
OciDefineHandleTest.cs
Description: Binary data
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
