https://bugzilla.novell.com/show_bug.cgi?id=376619
Summary: ListChangedEventArgs should set oldIndex to -1 when
using Constructor that does not take oldIndex as a
parameter
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
ListChangedEventArgs e = new ListChangedEventArgs(ListChangedType.ItemAdded,
newIndex);
Assert.AreEqual(-1, e.OldIndex);
--
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