X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/87494900df0f40c734286139678d347af9c234b7..1c93d482d21445dc72a732f73c82d80a4911da02:/test/fixtures/current_node_tags.yml diff --git a/test/fixtures/current_node_tags.yml b/test/fixtures/current_node_tags.yml index ce68a5439..1494daf54 100644 --- a/test/fixtures/current_node_tags.yml +++ b/test/fixtures/current_node_tags.yml @@ -1,15 +1,29 @@ t1: id: 1 - k: testvisible - v: yes + k: 'testvisible' + v: 'yes' t2: id: 2 - k: testused - v: yes + k: 'testused' + v: 'yes' t3: id: 3 - k: test - v: yes + k: 'test' + v: 'yes' +t4: + id: 4 + k: 'test' + v: 'yes' + +nv_t1: + id: 15 + k: 'testing' + v: 'added in node version 3' + +nv_t2: + id: 15 + k: 'testing two' + v: 'modified in node version 4'