[Mono-bugs] [Bug 42934][Maj] Changed - AppDomainSetup+NUnit causes assertion violation in mono

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 4 Jun 2003 09:05:57 -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 dietmar@ximian.com.

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

--- shadow/42934	Tue May 13 18:22:28 2003
+++ shadow/42934.tmp.10046	Wed Jun  4 09:05:57 2003
@@ -1,13 +1,13 @@
 Bug#: 42934
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jonpryor@vt.edu               
 QAContact: mono-bugs@ximian.com
@@ -125,6 +125,10 @@
 It would seem that AppDomain creation doesn't set the Assembly properly.
 
 ------- Additional Comments From jonpryor@vt.edu  2003-05-13 18:22 -------
 Created an attachment (id=4303)
 Patch + ChangeLog entry
 
+
+------- Additional Comments From dietmar@ximian.com  2003-06-04 09:05 -------
+fixed. I just use the root_domain->entry_assembly if the current
+domain has no entry_assembly set - hope this works.