X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c2ea2915fd9a1e8ec0449e5f09fd43214068a79..91b3d1a83feba263cb4fe529fb76737f259107ac:/test/fixtures/current_relation_tags.yml diff --git a/test/fixtures/current_relation_tags.yml b/test/fixtures/current_relation_tags.yml index ba795b698..6030b9853 100644 --- a/test/fixtures/current_relation_tags.yml +++ b/test/fixtures/current_relation_tags.yml @@ -1,9 +1,34 @@ t1: - id: 1 - k: test - v: yes + relation_id: 1 + k: 'test' + v: 'yes' t2: - id: 2 - k: test - v: yes + relation_id: 2 + k: 'test' + v: 'yes' + +t3: + relation_id: 3 + k: 'test' + v: 'yes' + +mt_1: + relation_id: 4 + k: 'tag1' + v: 'val1' + +mt_2: + relation_id: 4 + k: 'tag2' + v: 'val2' + +mt_3: + relation_id: 4 + k: 'tag3' + v: 'val3' + +mt_4: + relation_id: 4 + k: 'tag4' + v: 'val4'