[Mono-bugs] [Bug 51058][Nor] New - MonoTests.System.Reflection.ModuleTest.TestGlobalData fails on .NET 1.1
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Nov 2003 01:24:21 -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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51058
--- shadow/51058 2003-11-17 01:24:21.000000000 -0500
+++ shadow/51058.tmp.3949 2003-11-17 01:24:21.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 51058
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: ndrochak@gol.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MonoTests.System.Reflection.ModuleTest.TestGlobalData fails on .NET 1.1
+
+I get a failure on windows .NET 1.1 here:
+
+1) MonoTests.System.Reflection.ModuleTest.TestGlobalData :
+ expected:<False>
+ but was:<True>
+ at MonoTests.System.Reflection.ModuleTest.TestGlobalData() in
+c:\cygwin\home\
+nickdr\mcs\class\corlib\Test\System.Reflection\ModuleTest.cs:line 113
+
+Basically the GetModule call on line 112 is returning null, so the
+Asserts are failing.
+
+Not sure why.
+
+Nick D.