Re: [Mono-dev] SGen improved and looking for testers

2010-05-27 Thread Mark Probst
On Tue, May 25, 2010 at 4:25 PM, Jonathan Gagnon wrote: > Here's a simple test case that doesn't behave properly with sgen.  The > runtime doesn't crash, but I get a NullReferenceException where I shouldn't. Fixed. Thanks! Mark ___ Mono-devel-list mai

Re: [Mono-dev] [Mono-Dev]System.Xml.Schema.Extensions unit tests

2010-05-27 Thread Atsushi Eno
Another option is to upgrade our nunit to 2.5.x. We had done some upgrading effort, http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg21466.html but there still are lots of tests in old fashion. Atsushi Eno On 2010/05/28 13:13, Atsushi Eno wrote: > Ohh, thanks, but since we use NUn

Re: [Mono-dev] [Mono-Dev]System.Xml.Schema.Extensions unit tests

2010-05-27 Thread Atsushi Eno
Ohh, thanks, but since we use NUnit 2.4.8 your test code doesn't build. To confirm your test builds: - build mono and mcs from trunk. - go to mcs/class/System.Xml.Linq. - create Test/System.Xml.Schema directory and copy your test there. - in System.Xml.Linq_test.dll.sources file, add a line below:

[Mono-dev] [Mono-Dev]System.Xml.Schema.Extensions unit tests

2010-05-27 Thread stefan prutianu
Attached is ExtensionsTest.cs - source file containing NUnit Test Cases for Extensions.cs class under System.Xml.Schema namespace found in System.Xml.Linq assembly  (System.Xml.Linq.dll). It has been tested (all tests being successful) on .Net framework 3.5 using NUnit 2.5.5 // // Ex