X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/efc4c6f85de12eab4fc5c7c621d73f779570d958..4922771affbab72d8194f2ed24bdcac52baa4999:/test/fixtures/current_ways.yml diff --git a/test/fixtures/current_ways.yml b/test/fixtures/current_ways.yml index 97bc485ba..e6e5d8419 100644 --- a/test/fixtures/current_ways.yml +++ b/test/fixtures/current_ways.yml @@ -1,11 +1,48 @@ visible_way: id: 1 - user_id: 1 + changeset_id: 2 timestamp: 2007-01-01 00:00:00 - visible: 1 + visible: true + version: 1 invisible_way: id: 2 - user_id: 1 + changeset_id: 2 timestamp: 2007-01-01 00:00:00 - visible: 0 + visible: false + version: 1 + +used_way: + id: 3 + changeset_id: 2 + timestamp: 2007-01-01 00:00:00 + visible: true + version: 1 + +way_with_versions: + id: 4 + changeset_id: 4 + timestamp: 2008-01-01 00:04:00 + visible: true + version: 4 + +way_with_duplicate_nodes: + id: 5 + changeset_id: 2 + timestamp: 2007-01-01 00:00:00 + visible: true + version: 1 + +way_with_redacted_versions: + id: 6 + changeset_id: 4 + timestamp: 2008-01-01 00:04:13 + visible: true + version: 4 + +way_with_multiple_nodes: + id: 7 + changeset_id: 4 + timestamp: 2008-01-01 00:00:00 + visible: true + version: 2