Re: [Mono-dev] Regression in String tests

2007-03-06 Thread Jamie Cansdale
> PropertyInfo[] props = > typeof(String).GetProperties(); > AssertEquals(props[0].Name, "Chars"); > AssertEquals(props[1].Name, "Length"); I'm curious it know what this is testing for. I thought the ordering of reflected

Re: [Mono-dev] Regression in String tests

2007-03-06 Thread Roei Erez
Yes, I you are right, I will fix the test. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Cansdale Sent: Tuesday, March 06, 2007 10:04 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Regression in String tests >

[Mono-dev] [Patch] System.Web.UI.WebControls.DataGrid

2007-03-06 Thread Igor Zelmanovich
Attached is patch fixes DataGrid.AutoGenerateColumns feature: Auto-generated columns are restored properly on postback from view state. Please preview. Regards, Igor Zelmanovich. [EMAIL PROTECTED] DataGrid.patch Description: DataGrid.patch ___ M

Re: [Mono-dev] [Mono-patches] r73707 - in trunk/mcs/class/System.Web:System.Web.Compilation System.Web.Util

2007-03-06 Thread Igor Zelmanovich
This patch causes 7 regressions in tests (System.Web.UI.WebControls.ThemeTest.cs). Please fix or revert. Igor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Habersack ([EMAIL PROTECTED]) Sent: Monday, March 05, 2007 3:58 PM To: mono-patches@list

Re: [Mono-dev] [Mono-patches] r73707 - in trunk/mcs/class/System.Web:System.Web.Compilation System.Web.Util

2007-03-06 Thread Marek Habersack
On Tue, 6 Mar 2007 05:57:41 -0800, "Igor Zelmanovich" <[EMAIL PROTECTED]> scribbled: > This patch causes 7 regressions in tests > (System.Web.UI.WebControls.ThemeTest.cs). > > Please fix or revert. I'm aware of the regressions. Prior to this patch there were 15 of them. I'll fix the rest this wee

Re: [Mono-dev] [Mono-patches] r73587 -trunk/mcs/class/System.Web/System.Web.Compilation

2007-03-06 Thread Igor Zelmanovich
This patch causes 3 regressions in tests (System.Web.UI.WebControls.XmlDataSource.cs). Please fix or revert. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Habersack ([EMAIL PROTECTED]) Sent: Thursday, March 01, 2007 3:57 PM To: mono-patches@lists.

Re: [Mono-dev] [Mono-patches] r73587 -trunk/mcs/class/System.Web/System.Web.Compilation

2007-03-06 Thread Marek Habersack
On Tue, 6 Mar 2007 06:41:29 -0800, "Igor Zelmanovich" <[EMAIL PROTECTED]> scribbled: > This patch causes 3 regressions in tests > (System.Web.UI.WebControls.XmlDataSource.cs). > > Please fix or revert. This patch fixes a bug in a parser, so it won't get reversed. I will examine the failing tests

Re: [Mono-dev] [Mono-patches] r73587 -trunk/mcs/class/System.Web/System.Web.Compilation

2007-03-06 Thread Marek Habersack
On Tue, 6 Mar 2007 16:17:30 +0100, Marek Habersack <[EMAIL PROTECTED]> scribbled: > On Tue, 6 Mar 2007 06:41:29 -0800, "Igor Zelmanovich" <[EMAIL PROTECTED]> > scribbled: > > > This patch causes 3 regressions in tests > > (System.Web.UI.WebControls.XmlDataSource.cs). > > > > Please fix or revert

[Mono-dev] (More) Bugzilla bugs with patches

2007-03-06 Thread David Mitchell
So.I've been kind of busy, and consequently, I've made patches for the following three bugs: http://bugzilla.ximian.com/show_bug.cgi?id=81046 http://bugzilla.ximian.com/show_bug.cgi?id=81047 http://bugzilla.ximian.com/show_bug.cgi?id=81048 All three of these are very minor patches related

[Mono-dev] Regression of bug 80260?

2007-03-06 Thread David Mitchell
I just did a Subversion get and attempted to build a project that used to be affected by this bug: http://bugzilla.ximian.com/show_bug.cgi?id=80260 Yesterday, the patch to fix it was applied, and everything worked fine. However, after my most recent update, it is broken again. Does anyo

Re: [Mono-dev] Regression of bug 80260?

2007-03-06 Thread Miguel de Icaza
Hello, > I just did a Subversion get and attempted to build a project that used > to be affected by this bug: I backed out that patch temporarily, but it should be enabled again (maybe AnonSVN is still behind the main release?) > > > http://bugzilla.ximian.com/show_bug.cgi?id=80260 > > >

Re: [Mono-dev] Regression of bug 80260?

2007-03-06 Thread Miguel de Icaza
Hello, > I just did a Subversion get and attempted to build a project that used > to be affected by this bug: > > http://bugzilla.ximian.com/show_bug.cgi?id=80260 My mistake, I forgot to reapply it; I will do so tomorrow morning. > ___ Mono-devel-