X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3bf13d9c43dfe2996ddfe0bd15916623e63be1a1..20aa4ba31b61a926c8fcb98f88c02f7d1cbeb655:/test/fixtures/relations.yml diff --git a/test/fixtures/relations.yml b/test/fixtures/relations.yml index cf1d1ff56..0640bf2f3 100644 --- a/test/fixtures/relations.yml +++ b/test/fixtures/relations.yml @@ -1,20 +1,99 @@ visible_relation: - id: 1 - user_id: 1 + relation_id: 1 + changeset_id: 1 timestamp: 2007-01-01 00:00:00 - visible: 1 + visible: true version: 1 invisible_relation: - id: 2 - user_id: 1 + relation_id: 2 + changeset_id: 3 timestamp: 2007-01-01 00:00:00 - visible: 0 + visible: false version: 1 used_relation: - id: 3 - user_id: 1 + relation_id: 3 + changeset_id: 1 timestamp: 2007-01-01 00:00:00 - visible: 1 + visible: true version: 1 + +multi_tag_relation: + relation_id: 4 + changeset_id: 4 + timestamp: 2009-04-21 09:50:57 + visible: true + version: 1 + +public_used_relation: + relation_id: 5 + changeset_id: 2 + timestamp: 2009-04-22 00:30:03 + visible: true + version: 1 + +public_visible_relation: + relation_id: 6 + changeset_id: 2 + timestamp: 2009-04-22 00:34:12 + visible: true + version: 1 + +relation_with_redacted_versions_v1: + relation_id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:04:10 + visible: true + version: 1 + +relation_with_redacted_versions_v2: + relation_id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:04:11 + visible: true + version: 2 + redaction_id: 1 + +relation_with_redacted_versions_v3: + relation_id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:04:12 + visible: true + version: 3 + redaction_id: 1 + +relation_with_redacted_versions_v4: + relation_id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:04:13 + visible: true + version: 4 + +relation_with_versions_v1: + relation_id: 8 + changeset_id: 4 + timestamp: 2008-01-01 00:01:00 + visible: true + version: 1 + +relation_with_versions_v2: + relation_id: 8 + changeset_id: 4 + timestamp: 2008-01-01 00:02:00 + visible: true + version: 2 + +relation_with_versions_v3: + relation_id: 8 + changeset_id: 4 + timestamp: 2008-01-01 00:03:00 + visible: true + version: 3 + +relation_with_versions_v4: + relation_id: 8 + changeset_id: 4 + timestamp: 2008-01-01 00:04:00 + visible: true + version: 4