> ok t_cmp(qr/server_root_relative.*no .* key/, > - $@, > + canonpath($@), > "Apache::Server::server_root_relative(\$obj, 'conf')");
I don't understand this change. not only does it not make sense to me (using canonpath on a non-path string?), but according to steve's report, this test passed on windows ok > # testing : Apache::Server::server_root_relative($obj, 'conf') > # expected: (?-xism:server_root_relative.*no .* key) > # received: method `server_root_relative' invoked by a `Apache::Foo' > object with > no `r' key! at C:\Temp\modperl-2.0\t\response/TestAPI/server_util.pm > line 90. > ok 14 as for the rest, sorry about that :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
