[Mono-bugs] [Bug 69308][Nor] Changed - Nunit dll's should go in GAC

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 11:41:55 -0400 (EDT)


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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69308

--- shadow/69308	2004-11-10 08:57:29.000000000 -0500
+++ shadow/69308.tmp.30906	2005-04-05 11:41:55.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 69308
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,13 @@
 should make sure that nunit dll's are installed into the GAC.  Right now 
 it fails as is, so I am copying nunit.core and nunit.framework dll's into 
 each class library to run the tests (on cygwin).
 
 It'd be nice if the build system would make nunit and install it 
 correctly for the appropriate CLR on which the tests are being run.
+
+------- Additional Comments From rharinath@novell.com  2005-04-05 11:41 -------
+I don't know if this problem is still present.  Anyway, this is a
+WONTFIX, because the suggestion isn't right, IMHO.
+
+Installing into the GAC just so that 'make run-test' will work is not
+such a good idea.