aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-08-03 22:20:33 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-08-03 22:23:08 +0200
commit342a7cbd55829283663ad6ba29f924eeb53fca38 (patch)
treee27528be8b9a8f3579778e129129d1d5c00a69ba /tests/profilefields
parentf7d387f93c421e93ef13375bd5e0fb408e921598 (diff)
downloadforums-342a7cbd55829283663ad6ba29f924eeb53fca38.tar
forums-342a7cbd55829283663ad6ba29f924eeb53fca38.tar.gz
forums-342a7cbd55829283663ad6ba29f924eeb53fca38.tar.bz2
forums-342a7cbd55829283663ad6ba29f924eeb53fca38.tar.xz
forums-342a7cbd55829283663ad6ba29f924eeb53fca38.zip
[ticket/security/211] Allow make_clickable() again after change to regex
SECURITY-211
Diffstat (limited to 'tests/profilefields')
-rw-r--r--tests/profilefields/type_string_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php
index 43f88c01ae..9709b48470 100644
--- a/tests/profilefields/type_string_test.php
+++ b/tests/profilefields/type_string_test.php
@@ -273,8 +273,8 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
array(
'http://foobar.com',
array('field_show_novalue' => false),
- 'http://foobar.com',
- 'Field should output the given value but not make it clickable',
+ '<!-- l --><a class="postlink-local" href="http://foobar.com">foobar.com</a><!-- l -->',
+ 'Field should output the given value and make it clickable',
),
array(
'javascript://foobar.com',