X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cfbdd3f7e1c688e2c875ded9fd847fcc1c3a4caf..3058135d9af967f9df542d5a87dfc26877948534:/test/fixtures/current_way_tags.yml diff --git a/test/fixtures/current_way_tags.yml b/test/fixtures/current_way_tags.yml index 375247ea2..386b48f71 100644 --- a/test/fixtures/current_way_tags.yml +++ b/test/fixtures/current_way_tags.yml @@ -1,15 +1,24 @@ t1: - id: 1 - k: test - v: yes + way_id: 1 + k: 'test' + v: 'yes' t2: - id: 2 - k: test - v: yes + way_id: 2 + k: 'test' + v: 'yes' t3: - id: 3 - k: test - v: yes + way_id: 3 + k: 'test' + v: 'yes' +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'