diff options
author | Urban Müller | 2015-08-10 16:06:24 +0200 |
---|---|---|
committer | Urban Müller | 2015-08-10 16:06:24 +0200 |
commit | b26fcf8a18d32a49728516d4cdcb41c4f2ae8c93 (patch) | |
tree | b4ad87b615558cb2460a45df872787200fe7e741 /tests/it_url_slow.t | |
parent | 28ddc800b720c62fe2acc12e2bce88c0b4efaad8 (diff) | |
download | itools-b26fcf8a18d32a49728516d4cdcb41c4f2ae8c93.tar.gz itools-b26fcf8a18d32a49728516d4cdcb41c4f2ae8c93.tar.bz2 itools-b26fcf8a18d32a49728516d4cdcb41c4f2ae8c93.zip |
php 5.3 compatibility
Diffstat (limited to 'tests/it_url_slow.t')
-rwxr-xr-x | tests/it_url_slow.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_url_slow.t b/tests/it_url_slow.t index 1dc3d78..68d68c1 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", array('num' => 1024 * 1024))) == str_repeat("abc", 1024 * 1024), + it_url::get(U('http://localhost:8000/repeat', array('string' => "abc", 'num' => 1024 * 1024))) == str_repeat("abc", 1024 * 1024), 'it_url::get() handles large response' ) ); |