diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-11 02:35:51 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-17 14:59:26 +0530 |
commit | 995690e19208cdbb699ce3dde29baa243fd3c613 (patch) | |
tree | 1b31312bc07e1b2d93c2ec9c4cb3ce15995e9cf6 /tests/profilefields | |
parent | 165d7c4b98bccb3142db4643329dabbd05cfc69a (diff) | |
download | forums-995690e19208cdbb699ce3dde29baa243fd3c613.tar forums-995690e19208cdbb699ce3dde29baa243fd3c613.tar.gz forums-995690e19208cdbb699ce3dde29baa243fd3c613.tar.bz2 forums-995690e19208cdbb699ce3dde29baa243fd3c613.tar.xz forums-995690e19208cdbb699ce3dde29baa243fd3c613.zip |
[ticket/12514] Multi value GET parameters are invalid for phpBB
PHPBB3-12514
Diffstat (limited to 'tests/profilefields')
-rw-r--r-- | tests/profilefields/type_url_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index 08cb33e60f..d53566effc 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -81,8 +81,8 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case array( 'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc', array(), - false, - 'Field should accept valid URL having multi value parameters', + 'FIELD_INVALID_URL-field', + 'Field should reject invalid URL having multi value parameters', ), ); } |