URI::URL make test fails under win32
alexander smishlajev (als@turnhere.com)
Wed, 09 Dec 1998 15:17:00 +0200
here is the output of 'nmake test' for old-base.t
=== cut ===
t\old-base..........'file://E:/TEMP/'->as_string() = 'file://E:/TEMP/'
(expected 'file:E%3A/TEMP/')
$VAR1 = bless( [
bless( do{\(my $o = 'file://E:/TEMP/')}, 'URI::file' )
], 'URI::URL' );
Test Failed at t\old-base.t line 22
URI::URL::_expect('file://E:/TEMP/', 'as_string',
'file:E%3A/TEMP/') called at t\old-base.t line 645
main::newlocal_test() called at t\old-base.t line 55
dubious
Test returned status 0 (wstat 2, 0x2)
DIED. FAILED tests 4-8
Failed 5/8 tests, 37.50% okay
=== cut ===
the same occurs for
$url->_expect('as_string', "file:$dir/foo");
$url->_expect('as_string', "file:$dir/bar/");
$url->_expect('as_string', "file:${dir}0");
best wishes,
alex.