On 23/11/2010 09:58, Adrian A. wrote: >> Can you post the stacktrace? It works for me on Vista with JDK 1.5.19 and >> JDK 1.6.22. > >> Maybe it's a locale issue? > Yes, indeed! It's locale issue: this computer has a different locale. > > If I change MockContext.initContext() to > MockContext.initContext(Locale.ENGLISH), in TableTest, than the tests run > without problems.
Thanks I'll make the change to trunk. This shouldn't affect deployments though as Locale is picked up from the browser. Still, would appreciate your vote: +1,-1 or 0 :) Kind regards Bob
