[Mono-bugs] [Bug 34196][Nor] Changed - GetSatelliteAssembly use in ResourceManager needs checks
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 15:03:55 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34196
--- shadow/34196 Mon Nov 18 09:04:14 2002
+++ shadow/34196.tmp.13512 Tue May 6 15:03:55 2003
@@ -1,14 +1,14 @@
Bug#: 34196
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: dick@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -26,6 +26,9 @@
class T {
static void Main () {
ResourceManager rm = new ResourceManager (typeof(T));
string t = rm.GetString ("ah");
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-06 15:03 -------
+Fixed in CVS.