diff options
author | Urban Müller | 2009-04-29 02:44:25 +0000 |
---|---|---|
committer | Urban Müller | 2009-04-29 02:44:25 +0000 |
commit | 168329cccaa48a492e8b35a7b63ed9c772dd6907 (patch) | |
tree | 28626114b5852f85c470ddcd38f4cb4f1ec51ef5 /tests/it_url.t | |
parent | c335d7d6d36484ff1add364f2888d7b076d99f4e (diff) | |
download | itools-168329cccaa48a492e8b35a7b63ed9c772dd6907.tar.gz itools-168329cccaa48a492e8b35a7b63ed9c772dd6907.tar.bz2 itools-168329cccaa48a492e8b35a7b63ed9c772dd6907.zip |
killed requires
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/', |