X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bed9cd00ed166ce346da4b8a9b654ddf86e64e70..ce6368119f7e51c60a4fd30fcf00e1217689eb83:/test/fixtures/current_way_tags.yml diff --git a/test/fixtures/current_way_tags.yml b/test/fixtures/current_way_tags.yml index c1ef21d57..2566c5484 100644 --- a/test/fixtures/current_way_tags.yml +++ b/test/fixtures/current_way_tags.yml @@ -1,15 +1,29 @@ t1: - id: 1 + way_id: 1 k: 'test' v: 'yes' t2: - id: 2 + way_id: 2 k: 'test' v: 'yes' t3: - id: 3 + 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'