X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f91ad89663fbadca007b1c4dce03f9a76ad0e5f..0814b4096c443e2ab3c09baa058aa81a00d205d1:/test/fixtures/current_relations.yml diff --git a/test/fixtures/current_relations.yml b/test/fixtures/current_relations.yml index c1f77d428..fd95f60ce 100644 --- a/test/fixtures/current_relations.yml +++ b/test/fixtures/current_relations.yml @@ -1,17 +1,55 @@ visible_relation: id: 1 - user_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 + changeset_id: 3 timestamp: 2007-01-01 00:00:00 - visible: 0 + visible: false + version: 1 used_relation: id: 3 - user_id: 1 + changeset_id: 1 timestamp: 2007-01-01 00:00:00 - visible: 1 + visible: true + version: 1 + +multi_tag_relation: + id: 4 + changeset_id: 4 + timestamp: 2009-04-21 09:50:57 + visible: true + version: 1 + +public_used_relation: + id: 5 + changeset_id: 2 + timestamp: 2009-04-22 00:30:33 + visible: true + version: 1 + +public_visible_relation: + id: 6 + changeset_id: 2 + timestamp: 2009-04-22 00:34:12 + visible: true + version: 1 + +relation_with_redacted_versions: + id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:04:13 + visible: true + version: 4 + +relation_with_versions: + id: 8 + changeset_id: 4 + timestamp: 2008-01-01 00:04:00 + visible: true + version: 4