X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/26fb51c86e178a1c5bbe313c4688c623646173f8..d058f3ef28d498b117c8d32c54d5e61778259bca:/test/fixtures/current_relation_tags.yml diff --git a/test/fixtures/current_relation_tags.yml b/test/fixtures/current_relation_tags.yml index aaf06a397..505a76130 100644 --- a/test/fixtures/current_relation_tags.yml +++ b/test/fixtures/current_relation_tags.yml @@ -1,14 +1,49 @@ 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' -t2: - id: 3 - k: test - v: yes +t3: + relation_id: 3 + k: 'test' + v: 'yes' + +t3_2: + relation_id: 3 + k: 'name' + v: 'Test Relation' + +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' + +rv_t1: + relation_id: 8 + k: 'testing' + v: 'added in relation version 3' + +rv_t2: + relation_id: 8 + k: 'testing two' + v: 'modified in relation version 4'