[Mono-dev] CurrentCulture Empty?

2006-06-04 Thread Cory Foy
Hi All, We noticed that our tests in NUnit around CultureInfo were failing with an empty culture info. I was going to dig through the Mono source, but CultureInfo is apparantly not the most straightforward thing to pull. Do I need to open a bug report on this? Thanks! Cory - [EMAIL PR

Re: [Mono-dev] CurrentCulture Empty?

2006-06-07 Thread Cory Foy
Can anyone provide some info about whether CultureInfo should be working? Thanks! Cory Cory Foy wrote: Hi All, We noticed that our tests in NUnit around CultureInfo were failing with an empty culture info. I was going to dig through the Mono source, but CultureInfo is apparantly not the mos

Re: [Mono-dev] CurrentCulture Empty?

2006-06-07 Thread Zoltan Varga
Hi, Its not empty, its CultureInfo.InvariantCulture, which has no name, so ToString () will return an empty string for it. Zoltan On 6/4/06, Cory Foy <[EMAIL PROTECTED]> wrote: Hi All, We noticed that our tests in NUnit around CultureInfo were failing with an empty c