From 2225339ece6ca6bf479abe3b176624fe98c034a2 Mon Sep 17 00:00:00 2001 From: David Flatz Date: Mon, 17 Feb 2014 18:16:12 +0100 Subject: don't get rid of common index file names in urls, we can't assume server configurations --- tests/it_url.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/it_url.t') diff --git a/tests/it_url.t b/tests/it_url.t index a1caaaa..6ece8d8 100755 --- a/tests/it_url.t +++ b/tests/it_url.t @@ -8,7 +8,7 @@ $url = new it_url('HTTP://falcon:joshua@www.Relog.CH:80/default.asp'); is( $url->url, - 'http://www.relog.ch/', + 'http://www.relog.ch/default.asp', '$url->url' ); @@ -38,7 +38,7 @@ is( is( $url->path, - '', + 'default.asp', '$url->path' ); -- cgit v1.2.3