Re: [JWebUnit-users] JWebUnit2.2: Locale change

2009-05-21 Thread Ahmed Ashour
Dear Parham, Since HtmlUnit 2.5, "Accept-Language" header is automatically set to "en", instead of not being defined, you should be able to change it to anything needed. Yours, Ahmed Parham, Clinton wrote: > Hello, >   > In the 2.2 release, I’m noticing that the server-side locale is no

[JWebUnit-users] JWebUnit2.2: Locale change

2009-05-21 Thread Parham, Clinton
Hello, In the 2.2 release, I'm noticing that the server-side locale is no longer being reported as 'en_US'. IE and FF send the locale as 'en_US' but I'm now getting 'en' from JWebUnit tests. Why is this? All code is running on the same Windows box. Thank you.