aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-07 10:48:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-07 10:48:43 +0100
commit3ae016954212e90032a10d1427c34a4ff9d9637c (patch)
tree984936f6d9c93958cac2dd4b83103eaf4cdf0907 /tests/profilefields
parent2a939fa779059b2eedc5eaf33706b4a1627ed30e (diff)
parent0c3f7c6c8e352a73dacc1ff21a2b39a556ea6deb (diff)
downloadforums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.gz
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.bz2
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.xz
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.zip
Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into prep-release-3.2.2
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 a5e1d89ef2..54bb406838 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',