summaryrefslogtreecommitdiff
path: root/tests/it_url.t
diff options
context:
space:
mode:
authorUrban Müller2009-04-29 02:44:25 +0000
committerUrban Müller2009-04-29 02:44:25 +0000
commit168329cccaa48a492e8b35a7b63ed9c772dd6907 (patch)
tree28626114b5852f85c470ddcd38f4cb4f1ec51ef5 /tests/it_url.t
parentc335d7d6d36484ff1add364f2888d7b076d99f4e (diff)
downloaditools-168329cccaa48a492e8b35a7b63ed9c772dd6907.tar.gz
itools-168329cccaa48a492e8b35a7b63ed9c772dd6907.tar.bz2
itools-168329cccaa48a492e8b35a7b63ed9c772dd6907.zip
killed requires
Diffstat (limited to 'tests/it_url.t')
-rwxr-xr-xtests/it_url.t4
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/',