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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 09:51:06 -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 ndrochak@gol.com.

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

--- shadow/69308	2005-04-05 11:41:55.000000000 -0400
+++ shadow/69308.tmp.23906	2005-04-06 09:51:06.000000000 -0400
@@ -27,6 +27,11 @@
 ------- 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.
+
+------- Additional Comments From ndrochak@gol.com  2005-04-06 09:51 -------
+On Windows you basically need to install Nunit, which puts the dlls
+into the GAC, in order to run the tests.  I'm all for having a
+different solution as long as it is as simple and clean as using the GAC.