aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/fixtures/validate_username.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions/fixtures/validate_username.xml')
-rw-r--r--tests/functions/fixtures/validate_username.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functions/fixtures/validate_username.xml b/tests/functions/fixtures/validate_username.xml
index 1b85a2f06d..add8f76553 100644
--- a/tests/functions/fixtures/validate_username.xml
+++ b/tests/functions/fixtures/validate_username.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_groups">
+ <column>group_id</column>
<column>group_name</column>
<column>group_desc</column>
<row>
+ <value>10</value>
<value>foobar_group</value>
<value>test123</value>
</row>