[Opensim-dev] Upgrading NUnit

2009-05-06 Thread Stefan Andersson
Hey guys, I started working on some weird failiures in tests yesterday, and realized that our current nunit-framework is somewhat lagging behind, to the point of the newest nunit-gui not accepting OpenSim tests. (On Windows) I propose we update to the latest version of nunit-framework

Re: [Opensim-dev] Upgrading NUnit

2009-05-06 Thread Sean Dague
Stefan Andersson wrote: Hey guys, I started working on some weird failiures in tests yesterday, and realized that our current nunit-framework is somewhat lagging behind, to the point of the newest nunit-gui not accepting OpenSim tests. (On Windows) NUnit 2.5.x doesn't work on Mono

Re: [Opensim-dev] Upgrading NUnit

2009-05-06 Thread Mike Mazur
Hi, On Wed, May 6, 2009 at 6:28 PM, Stefan Andersson ste...@tribalmedia.se wrote: I started working on some weird failiures in tests yesterday, and realized that our current nunit-framework is somewhat lagging behind, to the point of the newest nunit-gui not accepting OpenSim tests. (On

Re: [Opensim-dev] Upgrading NUnit

2009-05-06 Thread Stefan Andersson
The Test assemblies are built with a reference to that dll, but when you run it in another environment, you can but hope that the signatures of the compiled dll and the hosting processes dll match. Most oftenly, it will work, but sometimes, it will break. I must admit I don't know exactly

Re: [Opensim-dev] Upgrading NUnit

2009-05-06 Thread Sean Dague
Stefan Andersson wrote: The Test assemblies are built with a reference to that dll, but when you run it in another environment, you can but hope that the signatures of the compiled dll and the hosting processes dll match. Most oftenly, it will work, but sometimes, it will break. I must