X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..04d9335f3c45a80efc899c5e29bdf5ed1cc42d3a:/test/fixtures/current_node_tags.yml diff --git a/test/fixtures/current_node_tags.yml b/test/fixtures/current_node_tags.yml index 5087310e7..9c41a375e 100644 --- a/test/fixtures/current_node_tags.yml +++ b/test/fixtures/current_node_tags.yml @@ -33,3 +33,27 @@ public_v_t1: k: 'testvisible' v: 'yes' +nwn_name: + node_id: 18 + k: 'name' + v: 'Test Node' + +nwn_name_ru: + node_id: 18 + k: 'name:ru' + v: 'проверки узла' + +nwn_building: + node_id: 18 + k: 'building' + v: 'yes' + +nwn_tourism: + node_id: 18 + k: 'tourism' + v: 'museum' + +nwn_shop: + node_id: 18 + k: 'shop' + v: 'gift'