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


           Summary: DataView.Find returns wrong index if the dable was
                    created using DataSet.ReadXml
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


It seems that DataView.Find returns the wrong row index when a DataTable was
created using DataSet.ReadXml to load a definition (it seems to return the
proper index if the table was created manually, however).

Run the attached test case: we have two rows, and we pass information to Find,
looking for the second one (index 1), but it returns index=0.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to