diff options
author | Christian Schneider | 2010-10-05 19:30:00 +0000 |
---|---|---|
committer | Christian Schneider | 2010-10-05 19:30:00 +0000 |
commit | d75019d1df989fdb8781b573f8c58b3286c66786 (patch) | |
tree | 083fc5d2c0a45b891acee449adbc625948f33bae /tests | |
parent | d1c9467b41581d40bda857ebd07a4463d4186250 (diff) | |
download | itools-d75019d1df989fdb8781b573f8c58b3286c66786.tar.gz itools-d75019d1df989fdb8781b573f8c58b3286c66786.tar.bz2 itools-d75019d1df989fdb8781b573f8c58b3286c66786.zip |
Make ITools use only standard syntax
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_url.t | 2 |
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>', |