aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-05-19 15:17:47 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-05-19 15:17:47 +0200
commite49b4543de7c18df7e9b5c70ef5064cc4de9934a (patch)
tree735820d8cb2e23f770fc17bde7bb87008cc91b4d /tests/functional
parent7898dd945966232060bf4ff39a31b319f4962ae1 (diff)
downloadforums-e49b4543de7c18df7e9b5c70ef5064cc4de9934a.tar
forums-e49b4543de7c18df7e9b5c70ef5064cc4de9934a.tar.gz
forums-e49b4543de7c18df7e9b5c70ef5064cc4de9934a.tar.bz2
forums-e49b4543de7c18df7e9b5c70ef5064cc4de9934a.tar.xz
forums-e49b4543de7c18df7e9b5c70ef5064cc4de9934a.zip
[ticket/11538] Modify test colour values
PHPBB3-11538
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/common_groups_test.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/functional/common_groups_test.php b/tests/functional/common_groups_test.php
index 985dbc9220..02a538d46e 100644
--- a/tests/functional/common_groups_test.php
+++ b/tests/functional/common_groups_test.php
@@ -29,8 +29,9 @@ abstract class phpbb_functional_common_groups_test extends phpbb_functional_test
array('AA0000 ', 'GROUP_UPDATED'),
array('AA0000 abf', 'WRONG_DATA_COLOUR'),
array('AA0000 AA0000', 'WRONG_DATA_COLOUR'),
- array('000 ', 'GROUP_UPDATED'),
- array('000000 ', 'GROUP_UPDATED'),
+ array('', 'GROUP_UPDATED'),
+ array('000', 'GROUP_UPDATED'),
+ array('000000', 'GROUP_UPDATED'),
);
}