diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-01-17 21:53:08 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-01-17 21:53:08 +0100 |
| commit | 39ff387d36001c14dc2130feaf811d51e946c886 (patch) | |
| tree | 3aaa960357e2bdca651a46c7a6bd89c415c8e47a /tests | |
| parent | aa2f0a652ff19490def8137bc73255dff282f305 (diff) | |
| download | forums-39ff387d36001c14dc2130feaf811d51e946c886.tar forums-39ff387d36001c14dc2130feaf811d51e946c886.tar.gz forums-39ff387d36001c14dc2130feaf811d51e946c886.tar.bz2 forums-39ff387d36001c14dc2130feaf811d51e946c886.tar.xz forums-39ff387d36001c14dc2130feaf811d51e946c886.zip | |
[ticket/11201] Update schema files and unit test
PHPBB3-11201
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/profile/fixtures/profile_fields.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/profile/fixtures/profile_fields.xml b/tests/profile/fixtures/profile_fields.xml index 0b2929f625..e0c260bbf5 100644 --- a/tests/profile/fixtures/profile_fields.xml +++ b/tests/profile/fixtures/profile_fields.xml @@ -10,21 +10,21 @@ <value>1</value> <value>1</value> <value>0</value> - <value>5</value> + <value>profilefields.type.dropdown</value> <value>Default Option</value> </row> <row> <value>1</value> <value>1</value> <value>1</value> - <value>5</value> + <value>profilefields.type.dropdown</value> <value>First Alternative</value> </row> <row> <value>1</value> <value>1</value> <value>2</value> - <value>5</value> + <value>profilefields.type.dropdown</value> <value>Third Alternative</value> </row> </table> |
