[Mono-bugs] [Bug 71600][Wis] New - NUnit Attributes Wierdness on Mono and .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 09:39:07 -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 christianhgross@yahoo.ca.

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

--- shadow/71600	2005-01-22 09:39:07.000000000 -0500
+++ shadow/71600.tmp.17812	2005-01-22 09:39:07.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 71600
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Compiled 1.1.2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: christianhgross@yahoo.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NUnit Attributes Wierdness on Mono and .NET
+
+Create an NUnit 2.2 application and compile it with Mono C# compiler 1.1.2
+that includes generics.
+
+Run the application using the NUnit 2.2 console application.
+
+On Mono OSX the NUnit application will find the attributes and run the tests.
+
+Copy the assembly to a Windows computer running .NET 1.1.
+
+On Windows run NUnit 2.2 on the copied assembly.  NUnit will not see any
+tests to run, indicating that it cannot find the attributes.