Anurag Shekhar wrote: > I didn't get it David if Its set to local locale it should fail unless > the expected output was generated for the same locale.
I think the point is that the test should follow the same pattern as other tests, not be an exception. It's either a test harness issue (it should set the local to be en_US) or a generic problem that needs to be address (tests should pass in any locale). Of course if you convert the test to a Junit test then the problem will go away. Dan.
