https://bugzilla.novell.com/show_bug.cgi?id=567522

https://bugzilla.novell.com/show_bug.cgi?id=567522#c2


Andrés G. Aragoneses <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|[email protected]           |

--- Comment #2 from Andrés G. Aragoneses <[email protected]> 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 = "[email protected]";
            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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to