]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/relations.yml
Merge remote-tracking branch 'openstreetmap/pull/1349'
[rails.git] / test / fixtures / relations.yml
1 visible_relation:
2   relation_id: 1
3   changeset_id: 1
4   timestamp: 2007-01-01 00:00:00
5   visible: true
6   version: 1
7
8 invisible_relation:
9   relation_id: 2
10   changeset_id: 3
11   timestamp: 2007-01-01 00:00:00
12   visible: false
13   version: 1
14
15 used_relation:
16   relation_id: 3
17   changeset_id: 1
18   timestamp: 2007-01-01 00:00:00
19   visible: true
20   version: 1
21   
22 multi_tag_relation:
23   relation_id: 4
24   changeset_id: 4
25   timestamp: 2009-04-21 09:50:57
26   visible: true
27   version: 1
28   
29 public_used_relation:
30   relation_id: 5
31   changeset_id: 2
32   timestamp: 2009-04-22 00:30:03
33   visible: true
34   version: 1
35   
36 public_visible_relation:
37   relation_id: 6
38   changeset_id: 2
39   timestamp: 2009-04-22 00:34:12
40   visible: true
41   version: 1
42
43 relation_with_redacted_versions_v1:
44   relation_id: 7
45   changeset_id: 4
46   timestamp: 2008-01-01 00:04:10
47   visible: true
48   version: 1
49
50 relation_with_redacted_versions_v2:
51   relation_id: 7
52   changeset_id: 4
53   timestamp: 2008-01-01 00:04:11
54   visible: true
55   version: 2
56   redaction_id: 1
57
58 relation_with_redacted_versions_v3:
59   relation_id: 7
60   changeset_id: 4
61   timestamp: 2008-01-01 00:04:12
62   visible: true
63   version: 3
64   redaction_id: 1
65
66 relation_with_redacted_versions_v4:
67   relation_id: 7
68   changeset_id: 4
69   timestamp: 2008-01-01 00:04:13
70   visible: true
71   version: 4
72
73 relation_with_versions_v1:
74   relation_id: 8
75   changeset_id: 4
76   timestamp: 2008-01-01 00:01:00
77   visible: true
78   version: 1
79
80 relation_with_versions_v2:
81   relation_id: 8
82   changeset_id: 4
83   timestamp: 2008-01-01 00:02:00
84   visible: true
85   version: 2
86
87 relation_with_versions_v3:
88   relation_id: 8
89   changeset_id: 4
90   timestamp: 2008-01-01 00:03:00
91   visible: true
92   version: 3
93
94 relation_with_versions_v4:
95   relation_id: 8
96   changeset_id: 4
97   timestamp: 2008-01-01 00:04:00
98   visible: true
99   version: 4