aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'),
);
}