[Mono-bugs] [Bug 53174][Nor] Changed - ResXResourceReader doesn't read empty tags properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 12:20:19 -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 tkaszuba@hotmail.com.

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

--- shadow/53174	2004-01-21 12:18:12.000000000 -0500
+++ shadow/53174.tmp.4455	2004-01-21 12:20:19.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tkaszuba@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,32 @@
 
 
 ------- Additional Comments From tkaszuba@hotmail.com  2004-01-21 12:18 -------
 Created an attachment (id=6489)
 ResX test file
 
+
+------- Additional Comments From tkaszuba@hotmail.com  2004-01-21 12:20 -------
+Running the test on 
+
+MS 1.0:
+
+UrlContentBase ,
+Server , Server tag
+AlternateBody , Alternate Body tag
+Encoding , encoding tag
+To , To tag
+Subject , Subject tag
+UrlContentLocation ,
+From ,
+Body , Body tag
+BodyFormat , Format tag
+
+On mono:
+AlternateBody , Alternate Body tag
+From , To tag
+Encoding , encoding tag
+UrlContentBase , Body tag
+Server , Server tag
+BodyFormat , Format tag
+Subject , Subject tag
+