[Mono-bugs] [Bug 67631][Nor] Changed - DataTable.Clone() needs to return a subclassed datatable when called from subclass
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 06:31:34 -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 sumadevi@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67631
--- shadow/67631 2004-10-09 14:53:14.000000000 -0400
+++ shadow/67631.tmp.24110 2004-10-14 06:31:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67631
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: sumadevi@novell.com
ReportedBy: rscaletta@augustmack.com
QAContact: mono-bugs@ximian.com
@@ -53,6 +53,12 @@
// constructor.
+ if (!Copy.Columns.Contains(Column.ColumnName)) {
Copy.Columns.Add (CopyColumn (
+ }
}
. . .
+
+------- Additional Comments From sumadevi@novell.com 2004-10-14 06:31 -------
+Fixed bug and added testcase for both the 1.0 and the HEAD
+
+Regards
+uma