https://bugzilla.novell.com/show_bug.cgi?id=424704
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=424704#c7 Juraj Skripsky <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Juraj Skripsky <[EMAIL PROTECTED]> 2008-09-23 10:42:36 MDT --- Marek, there's a mistake in your commit 113826 (ScriptManager.cs: CultureInfoSerializer no longer derives from the obsolete LazyDictionary.). The properties should start with lowercase letters: var __cultureInfo = '{"name":"en-US","numberFormat":{... Commit 113826 turned this into: var __cultureInfo = '{"Name":"en-US","NumberFormat":{... This breaks the original test case (the calendar from AjaxCtrlTk) again. Could you fix this or do you want me to do it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
