Re: testing feedback message without being too rigid

2008-05-29 Thread Martijn Dashorst
Or to force the locale on the testing session. Martijn On Thu, May 29, 2008 at 7:00 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > easiest thing is probably to force the locale on the integration server > > -igor > > On Thu, May 29, 2008 at 6:05 AM, Daniele Dellafiore <[EMAIL PROTECTED]> wrote: >

Re: testing feedback message without being too rigid

2008-05-29 Thread Igor Vaynberg
easiest thing is probably to force the locale on the integration server -igor On Thu, May 29, 2008 at 6:05 AM, Daniele Dellafiore <[EMAIL PROTECTED]> wrote: > Hi. > > If I make an assert like: > > tester.assertErrorMessages(new String[] { "Field 'code' is required." }); > > the tests fails on the

testing feedback message without being too rigid

2008-05-29 Thread Daniele Dellafiore
Hi. If I make an assert like: tester.assertErrorMessages(new String[] { "Field 'code' is required." }); the tests fails on the continuous integrator couse locale on that machine is IT and the error message is in italian. On my machine it works. This is a problem, also for I18N. I would like to w