X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5f8ab9e9244550b20b8d3bd97b3567df7020d06d..f4571eeb7cb4f920bb5d642c9e1c37c9495fc6ba:/test/fixtures/current_node_tags.yml diff --git a/test/fixtures/current_node_tags.yml b/test/fixtures/current_node_tags.yml index d9f5448a4..8d5202e90 100644 --- a/test/fixtures/current_node_tags.yml +++ b/test/fixtures/current_node_tags.yml @@ -1,15 +1,35 @@ t1: - id: visible_node.id - k: testvisible - v: yes + id: 1 + k: 'testvisible' + v: 'yes' t2: - id: used_node_1.id - k: testused - v: yes + id: 2 + k: 'testused' + v: 'yes' t3: - id: used_node_2.id - k: test - v: yes + id: 3 + 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' + +public_v_t1: + id: 16 + k: 'testvisible' + v: 'yes'