X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c2ea2915fd9a1e8ec0449e5f09fd43214068a79..e308da8daf91d4a720473111fef6f756d4510102:/test/fixtures/relation_tags.yml diff --git a/test/fixtures/relation_tags.yml b/test/fixtures/relation_tags.yml index d1c69a6d4..daf3c6d0a 100644 --- a/test/fixtures/relation_tags.yml +++ b/test/fixtures/relation_tags.yml @@ -1,11 +1,77 @@ t1: - id: 1 - k: test - v: yes + relation_id: 1 + k: 'test' + v: 'yes' version: 1 t2: - id: 2 - k: test - v: yes + relation_id: 2 + k: 'test' + v: 'yes' version: 1 + +t3: + relation_id: 3 + k: 'test' + v: 'yes' + version: 1 + +t3_2: + relation_id: 3 + k: 'name' + v: 'Test Relation' + version: 1 + +mt_1: + relation_id: 4 + k: 'tag1' + v: 'val1' + version: 1 + +mt_2: + relation_id: 4 + k: 'tag2' + v: 'val2' + version: 1 + +mt_3: + relation_id: 4 + k: 'tag3' + v: 'val3' + version: 1 + +mt_4: + relation_id: 4 + k: 'tag4' + v: 'val4' + version: 1 + +rv3_t1: + relation_id: 8 + k: 'testing' + v: 'added in relation version 3' + version: 3 + +rv3_t2: + relation_id: 8 + k: 'testing two' + v: 'added in relation version 3' + version: 3 + +rv3_t3: + relation_id: 8 + k: 'testing three' + v: 'added in relation version 3' + version: 3 + +rv4_t1: + relation_id: 8 + k: 'testing' + v: 'added in relation version 3' + version: 4 + +rv4_t2: + relation_id: 8 + k: 'testing two' + v: 'modified in relation version 4' + version: 4