[Mono-bugs] [Bug 82566][Nor] New - [2.0] Regression: ResourceWriter does not write enums

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 24 06:23:24 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82566	2007-08-24 06:23:24.000000000 -0400
+++ shadow/82566.tmp.15443	2007-08-24 06:23:24.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 82566
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] Regression: ResourceWriter does not write enums
+
+In the 2.0 profile, ResourceWriter does not write enum values.
+
+To reproduce, compile and run the attached source code.
+
+Expected result:
+
+exit code 0
+
+Actual result:
+
+exit code 1, meaning the value of the resource is null.
+
+I'll add a (NotWorking) unit test for this to ResourceWriterTest.


More information about the mono-bugs mailing list