[Mono-bugs] [Bug 57652][Nor] New - CultureInfo.Calendar is returning null [MonoTODO]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 10:36:50 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/57652	2004-04-26 10:36:49.000000000 -0400
+++ shadow/57652.tmp.31367	2004-04-26 10:36:49.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 57652
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rafaelteixeirabr@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CultureInfo.Calendar is returning null [MonoTODO]
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Our implementation for Microsoft.VisualBasic.DateAndTime is failing many of
+our nunit tests, because CultureInfo.Calendar is returning null (although
+classes for the various calendars are already implemented)
+
+Steps to reproduce the problem:
+1. make run-test-local in mcs/class/Microsoft.VisualBasic
+2. 
+3. 
+
+Actual Results:
+
+Many DateTime errors, one of them showing:
+
+
+Expected Results:
+
+Errors reported only for MSVB code.
+
+How often does this happen? 
+
+Always
+
+Additional Information:
+
+Jackson if you could tell me where to change it at least for en_US and
+invariant, I can try my hand at it...