[Mono-bugs] [Bug 71600][Wis] Changed - NUnit Attributes Wierdness on Mono and .NET [GMCS?]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 04:05:50 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71600
--- shadow/71600 2005-01-22 09:39:07.000000000 -0500
+++ shadow/71600.tmp.23314 2005-02-13 04:05:50.000000000 -0500
@@ -1,29 +1,32 @@
Bug#: 71600
-Product: Mono: Runtime
+Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details: Compiled 1.1.2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
-Component: packaging
+Component: C#
AssignedTo: duncan@ximian.com
ReportedBy: christianhgross@yahoo.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: NUnit Attributes Wierdness on Mono and .NET
+Summary: NUnit Attributes Wierdness on Mono and .NET [GMCS?]
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.
+
+------- Additional Comments From duncan@ximian.com 2005-02-13 04:05 -------
+Not a packaging bug, maybe a GMCS issue?