[Mono-bugs] [Bug 76928][Nor] Changed - [PATCH]nunit: nunit tests that use C# 2.0 features do not run properly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 11 10:07:02 EST 2005


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 nazgul at omega.pl.

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: wberrier at novell.com                            
 ReportedBy: matt at use.net               
 QAContact: mono-bugs at ximian.com
 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 nazgul at omega.pl  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 nazgul at omega.pl  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.


More information about the mono-bugs mailing list