[Mono-bugs] [Bug 44608][Nor] Changed - ArrayList.ReadOnly wrapper doesn't reflect changes to the underlying collection

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 14 Jun 2003 14:54:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=44608

--- shadow/44608	Fri Jun 13 14:24:36 2003
+++ shadow/44608.tmp.31922	Sat Jun 14 14:54:16 2003
@@ -58,6 +58,11 @@
 This is causing a Rotor test to fail.
 
 We are actually copying the items in the ArrayList to a a second 
 array list. This will require some major changes in the class.
 
 Assigning to self
+
+------- Additional Comments From bmaurer@users.sf.net  2003-06-14 14:54 -------
+Created an attachment (id=4605)
+This should fix it--Needs code review
+