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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76928 --- shadow/76928 2005-12-11 10:03:37.000000000 -0500 +++ shadow/76928.tmp.9741 2005-12-11 10:07:02.000000000 -0500 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: nunit: nunit tests that use C# 2.0 features do not run properly +Summary: [PATCH]nunit: nunit tests that use C# 2.0 features do not run properly using NUnit.Framework; [TestFixture] public class Fixture { @@ -103,6 +103,17 @@ *** Bug 76946 has been marked as a duplicate of this bug. *** ------- Additional Comments From [EMAIL PROTECTED] 2005-12-11 10:03 ------- Created an attachment (id=16202) Patch for installing nunit compiled with 1.1 and 2.0 profiles separately + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-11 10:07 ------- +Hi, I attached a patch, which changes way the mono's version of nunit +is installed. Now dlls are not installed into the GAC, but into +/prefix/mono/nunit/ and /prefix/mono/nunit2/ directories. I made +changes to mono-nunit.pc and nunit-console generation to point to the +new directories. Also the nunit-console2 and mono-nunit2.pc generation +(and installation) was added. + +Patch works for me, but of course it needs some verification. Any +comments welcome. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
