From 995690e19208cdbb699ce3dde29baa243fd3c613 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Wed, 11 Jun 2014 02:35:51 +0530 Subject: [PATCH] [ticket/12514] Multi value GET parameters are invalid for phpBB PHPBB3-12514 --- tests/profilefields/type_url_test.php | 4 ++-- 1 file 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', ), ); }