[Mono-bugs] [Bug 567522] BinaryFormatter doesn't deserialize object right
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 9 12:09:39 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=567522
https://bugzilla.novell.com/show_bug.cgi?id=567522#c2
Andrés G. Aragoneses <knocte at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
InfoProvider|mika.aalto at tut.fi |
--- Comment #2 from Andrés G. Aragoneses <knocte at gmail.com> 2010-09-09 16:09:38 UTC ---
I deduced the initialization of the object, it's:
AddressBookContact abc = new AddressBookContact();
abc.Id = 0;
abc.FirstName = "Unit";
abc.LastName = "Testing";
abc.State = ContactState.Unknown;
abc.PrimaryPhoneNumber = "0405087124";
abc.MobilePhoneNumber = "050123456789";
abc.HomePhoneNumber = "+3589123456";
abc.SecondaryMobilePhoneNumber = "";
abc.FaxNumber = "123";
abc.EmailAddress = "unit.test at ccxtech.fi";
abc.OrganizationId = 1;
abc.Title = "Tester";
abc.UserId = 1;
abc.ContactGroupIds = new List<int>();
And I confirm it fails in master.
I'll try to isolate the testcase.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list