From: Kevin G. <ke...@go...> - 2002-09-25 05:11:08
|
Mike, your fix to PatternLayout.pm took care of the win32 failure for 022Wrap.t, but it necessitated me backing out my regexing fix to the other four test scripts, since the presence of the backslash in the regex in the ok() calls fubared them. So all the win32 issues seem to be ok, at least on my activestate 5.6.1. > 4) These guys were looking for '/' as a directory separator in their > test results, I changed the ok() comparisons to use regexes with a '.' > instead, that'll match unix '/' and dos '\', but I think a mac is '::'. > There doesn't seem to be an easy way to get the directory separator on > the current machine, anybody know one? > 003Layout.t > 005Config-Perl.t > 006Config-Java.t > 007LogPrio.t > (changes checking in now) > > 6) 022Wrap.t I think is showing the %F{1} doesn't work with the windows > '\', but I don't have time to take it further right now. > # Test 1 got: 'File: t\022Wrap.t Line number: 60 package: main' > (t\022Wrap.t at > line 62) > # Expected: 'File: 022Wrap.t Line number: 60 package: main' > FAILED test 1 -- Happy Trails . . . Kevin M. Goess (and Anne and Frank) 904 Carmel Ave. Albany, CA 94706 (510) 525-5217 |