X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/efc4c6f85de12eab4fc5c7c621d73f779570d958..3371ca37f1728d6e37202ceff9bd968688f59a8a:/test/fixtures/current_way_tags.yml diff --git a/test/fixtures/current_way_tags.yml b/test/fixtures/current_way_tags.yml index 05d876fd8..2566c5484 100644 --- a/test/fixtures/current_way_tags.yml +++ b/test/fixtures/current_way_tags.yml @@ -1,9 +1,29 @@ t1: - id: 1 - k: test - v: yes + way_id: 1 + k: 'test' + v: 'yes' -t1: - id: 2 - k: test - v: yes +t2: + way_id: 2 + k: 'test' + v: 'yes' + +t3: + way_id: 3 + k: 'test' + v: 'yes' + +t3_t2: + way_id: 3 + k: 'name' + v: 'Test Way' + +wv_t1: + way_id: 4 + k: 'testing' + v: 'added in way version 3' + +wv_t2: + way_id: 4 + k: 'testing two' + v: 'modified in way version 4'