summaryrefslogtreecommitdiff
path: root/tests/it_url.t
diff options
context:
space:
mode:
authorChristian Schneider2010-10-05 19:30:00 +0000
committerChristian Schneider2010-10-05 19:30:00 +0000
commitd75019d1df989fdb8781b573f8c58b3286c66786 (patch)
tree083fc5d2c0a45b891acee449adbc625948f33bae /tests/it_url.t
parentd1c9467b41581d40bda857ebd07a4463d4186250 (diff)
downloaditools-d75019d1df989fdb8781b573f8c58b3286c66786.tar.gz
itools-d75019d1df989fdb8781b573f8c58b3286c66786.tar.bz2
itools-d75019d1df989fdb8781b573f8c58b3286c66786.zip
Make ITools use only standard syntax
Diffstat (limited to 'tests/it_url.t')
-rwxr-xr-xtests/it_url.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_url.t b/tests/it_url.t
index 0178e33..4c59004 100755
--- a/tests/it_url.t
+++ b/tests/it_url.t
@@ -102,7 +102,7 @@ is(
);
$url = new it_url('http://bogus.url');
-$page = $url->get('url' => 'http://www.gna.ch/');
+$page = $url->get(array('url' => 'http://www.gna.ch/'));
is(
it::match('(</html>)', $page),
'</html>',