https://bugzilla.novell.com/show_bug.cgi?id=352210
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=352210#c31 Thomas Wiest <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #31 from Thomas Wiest <[EMAIL PROTECTED]> 2008-07-25 10:57:21 MDT --- Using the original testcase, I verified that this is fixed in Mono 2.0p1 on SLED 10 sp2 i586. Output of test case on Mono 1.9.1: doc = '<test><date>2007-06-15T10:30:10.5</date></test>' docm = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T10:30:10.5-06:00</date></test>' doc2m = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T16:30:10.5-06:00</date></test>' doc3m = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T22:30:10.5-06:00</date></test>' Output of test case on Mono 2.0p1: doc = '<test><date>2007-06-15T10:30:10.5</date></test>' docm = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T10:30:10.5</date></test>' doc2m = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T10:30:10.5</date></test>' doc3m = '<?xml version="1.0" encoding="utf-8"?><test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><date>2007-06-15T10:30:10.5</date></test>' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
