diff options
Diffstat (limited to 'tests/it_url.t')
-rwxr-xr-x | tests/it_url.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/it_url.t b/tests/it_url.t index bc63bcb..b04618d 100755 --- a/tests/it_url.t +++ b/tests/it_url.t @@ -3,13 +3,9 @@ # Tests for url.class, currently only constructor's parser -require 'searchlib/search_test.class'; - # Create object and parse url $url = new it_url('HTTP://falcon:joshua@www.Relog.CH:80/default.asp'); -plan(9); - is( $url->url, 'http://www.relog.ch/', |