aboutsummaryrefslogtreecommitdiffstats
path: root/tests/group_positions/fixtures/group_positions.xml
blob: 00ea18fe4f7fe66fce9709f05625edc06b9529c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
	<table name="phpbb_groups">
		<column>group_id</column>
		<column>group_teampage</column>
		<column>group_legend</column>
		<column>group_desc</column>
		<row>
			<value>1</value>
			<value>0</value>
			<value>0</value>
			<value></value>
		</row>
		<row>
			<value>2</value>
			<value>1</value>
			<value>0</value>
			<value></value>
		</row>
		<row>
			<value>3</value>
			<value>2</value>
			<value>1</value>
			<value></value>
		</row>
	</table>
</dataset>