Re: Interesting test failure under prove --merge

2009-12-03 Thread David Golden
On Thu, Dec 3, 2009 at 3:25 PM, Gabor Szabo wrote: > 2 2 : 2 4 : 4 2 :   E r r o r :   C a n n o t   s e t   l o c a l e > t o   l a n g u a g e   A r a b i c . >  ok 3 - ->change_locale(ar) > ok 4 - ->change_locale(de) Extra space in the output before "ok 3"? -- David

Re: Interesting test failure under prove --merge

2009-12-03 Thread Gabor Szabo
C:\work\padre\Padre>svn up -r9453 UMakefile.PL Ut\15-locale.t UChanges Updated to revision 9453. C:\work\padre\Padre>prove --merge -bv t\15-locale.t t\15-locale.t .. 1..7 ok 1 - The object isa Padre ok 2 - The object isa Padre::Wx::Main 2 2 : 2 4 : 4 2 : E r r o r : C a n n o t s

Re: Interesting test failure under prove --merge

2009-12-03 Thread Ovid
- Original Message > From: Gabor Szabo > I encountered and interesting failure that only appears when I run > prove with --merge on Windows. > This is running in the Padre Stand Alone which means Strawberry > October 2009. perl 5.10.1 > Same thing on Linux works well though I have not c

Interesting test failure under prove --merge

2009-12-03 Thread Gabor Szabo
I encountered and interesting failure that only appears when I run prove with --merge on Windows. This is running in the Padre Stand Alone which means Strawberry October 2009. perl 5.10.1 Same thing on Linux works well though I have not compared the versions of Test::Harness. C:\work\padre\Padre>