]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/relation_tags.yml
Fix some rubocop warnings
[rails.git] / test / fixtures / relation_tags.yml
1 t1:
2   relation_id: 1
3   k: 'test'
4   v: 'yes'
5   version: 1
6
7 t2:
8   relation_id: 2
9   k: 'test'
10   v: 'yes'
11   version: 1
12
13 t3:
14   relation_id: 3
15   k: 'test'
16   v: 'yes'
17   version: 1
18
19 t3_2:
20   relation_id: 3
21   k: 'name'
22   v: 'Test Relation'
23   version: 1
24
25 mt_1:
26   relation_id: 4
27   k: 'tag1'
28   v: 'val1'
29   version: 1
30
31 mt_2:
32   relation_id: 4
33   k: 'tag2'
34   v: 'val2'
35   version: 1
36
37 mt_3:
38   relation_id: 4
39   k: 'tag3'
40   v: 'val3'
41   version: 1
42
43 mt_4:
44   relation_id: 4
45   k: 'tag4'
46   v: 'val4'
47   version: 1
48
49 rv3_t1:
50   relation_id: 8
51   k: 'testing'
52   v: 'added in relation version 3'
53   version: 3
54
55 rv3_t2:
56   relation_id: 8
57   k: 'testing two'
58   v: 'added in relation version 3'
59   version: 3
60
61 rv3_t3:
62   relation_id: 8
63   k: 'testing three'
64   v: 'added in relation version 3'
65   version: 3
66
67 rv4_t1:
68   relation_id: 8
69   k: 'testing'
70   v: 'added in relation version 3'
71   version: 4
72
73 rv4_t2:
74   relation_id: 8
75   k: 'testing two'
76   v: 'modified in relation version 4'
77   version: 4