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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Nov 2004 08:57:29 -0500 (EST)


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 ndrochak@gol.com.

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

--- shadow/69308	2004-11-10 08:57:29.000000000 -0500
+++ shadow/69308.tmp.8541	2004-11-10 08:57:29.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 69308
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ndrochak@gol.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Nunit dll's should go in GAC
+
+When one does a make run-test and make run-test-ondotnet, the build 
+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.