summaryrefslogtreecommitdiff
path: root/tests/it_url_slow.t
diff options
context:
space:
mode:
authorUrban Müller2015-08-10 16:04:53 +0200
committerUrban Müller2015-08-10 16:04:53 +0200
commit28ddc800b720c62fe2acc12e2bce88c0b4efaad8 (patch)
tree77ffe25fcc71b6d4daefe3fef7f7db9f482f2288 /tests/it_url_slow.t
parent21205b1d20a4c0325e3b4484f1501078f6dd6846 (diff)
downloaditools-28ddc800b720c62fe2acc12e2bce88c0b4efaad8.tar.gz
itools-28ddc800b720c62fe2acc12e2bce88c0b4efaad8.tar.bz2
itools-28ddc800b720c62fe2acc12e2bce88c0b4efaad8.zip
php 5.3 compatibility
Diffstat (limited to 'tests/it_url_slow.t')
-rwxr-xr-xtests/it_url_slow.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_url_slow.t b/tests/it_url_slow.t
index 22aae10..1dc3d78 100755
--- a/tests/it_url_slow.t
+++ b/tests/it_url_slow.t
@@ -53,7 +53,7 @@ if (!$res || !$res2)
handle_server(
ok(
- it_url::get(U('http://localhost:8000/repeat', 'string' => "abc", 'num' => 1024 * 1024)) == str_repeat("abc", 1024 * 1024),
+ it_url::get(U('http://localhost:8000/repeat', 'string' => "abc", array('num' => 1024 * 1024))) == str_repeat("abc", 1024 * 1024),
'it_url::get() handles large response'
)
);