[Mono-bugs] [Bug 79275][Nor] New - [TestCase] Nant nunit2 task fails on mono 1.1.17 (.1) on linux
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 4 09:54:41 EDT 2006
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 skolima at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79275
--- shadow/79275 2006-09-04 09:54:41.000000000 -0400
+++ shadow/79275.tmp.28613 2006-09-04 09:54:41.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 79275
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: gentoo 2.6.17, mono 1.1.17 (.1)
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: skolima at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Summary: [TestCase] Nant nunit2 task fails on mono 1.1.17 (.1) on linux
+
+When running on linux, nant nunit2 task reports failure to execute tests.
+It suggests incompatible versions of nunit, but with -verbose, actual
+exception reported is FileNotFoundException. I was able to trace the
+problem to the call to AppDomain.CreateInstanceFrom, which has gone through
+serious changes in the 1.1.17 mono release. A test case is attached.
+
+Run:
+
+nant test
+
+
+
+Expected result:
+
+[...]
+
+test:
+
+[nunit2] Tests run 1 [...etc]
+[nunit2]
+[nunit2] Failures : 1
+[..]
+
+BUILD FAILED
+
+
+Actual result:
+
+[...]
+
+test:
+
+BUILD FAILED
+
+/path/to/Test.build(52,4):
+Failure executing test(s). If you assembly is not built
+using NUnit version 2.2.8.0, then ensure you have
+redirected assembly bindings. Consult the documentation
+of the <nunit2> task for more information.
+
+How often does this happen?
+
+Always on linux, never on windows (either MS.Net or mono).
More information about the mono-bugs
mailing list