X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..8920a56133d24d328b774ef166a07949746e008a:/test/fixtures/relations.yml diff --git a/test/fixtures/relations.yml b/test/fixtures/relations.yml index 059528f62..0640bf2f3 100644 --- a/test/fixtures/relations.yml +++ b/test/fixtures/relations.yml @@ -39,3 +39,61 @@ public_visible_relation: 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