[Mono-bugs] [Bug 537229] New: Serialization Problem with DataTable with special caracters columns

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 7 09:31:52 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=537229


           Summary: Serialization Problem with DataTable with special
                    caracters columns
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: bnc-blr-team-mono at forge.provo.novell.com
        ReportedBy: informatique.internet at fiducial.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2)
Gecko/20090803 Ubuntu/9.04 (jaunty) Firefox/3.5

when a datatable with columns like that (#ID, %ID, $ID, :ID...) the data inside
the column is not serialized... 

This problem has been seen with losFormatter (ViewState), but the problem
exists with the BinaryFormatter. So i've made a text case with the binary
formatter.

Reproducible: Always

Steps to Reproduce:
1.Run the attached test case
2.
3.
Actual Results:  
Hello World!
Before Serialization
_ID : data1
#ID : data2
%ID : data3
$ID : data4
:ID : data5
ID : data6
ID : data7
*ID : data8
+ID : data8
-ID : data8
~ID : data8
@ID : data8
&ID : data8
After Serialization
_ID : data1
#ID : 
%ID : 
$ID : 
:ID : 
ID : 
ID : data7
*ID : 
+ID : 
-ID : 
~ID : 
@ID : 
&ID : 



Expected Results:  
Hello World!
Before Serialization
_ID : data1
#ID : data2
%ID : data3
$ID : data4
:ID : data5
ID : data6
ID : data7
*ID : data8
+ID : data8
-ID : data8
~ID : data8
@ID : data8
&ID : data8
After Serialization
_ID : data1
#ID : data2
%ID : data3
$ID : data4
:ID : data5
ID : data6
ID : data7
*ID : data8
+ID : data8
-ID : data8
~ID : data8
@ID : data8
&ID : data8

I've tested with mono 2.4.2.3 with .NET1.1 and 2.0 profile

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list