[ticket/12514] Multi value GET parameters are invalid for phpBB

PHPBB3-12514
This commit is contained in:
Shitiz Garg 2014-06-11 02:35:51 +05:30
parent 165d7c4b98
commit 995690e192

View file

@ -81,8 +81,8 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case
array( array(
'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc', 'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc',
array(), array(),
false, 'FIELD_INVALID_URL-field',
'Field should accept valid URL having multi value parameters', 'Field should reject invalid URL having multi value parameters',
), ),
); );
} }