X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/09c5740b5bb94c75a5c8c83cdbb80ae7b5ccbdf4..212e7153d8cc5a82614ef414dd963f959dd3b1a7:/test/fixtures/current_way_nodes.yml diff --git a/test/fixtures/current_way_nodes.yml b/test/fixtures/current_way_nodes.yml index ced1a686c..45ef92af4 100644 --- a/test/fixtures/current_way_nodes.yml +++ b/test/fixtures/current_way_nodes.yml @@ -1,29 +1,44 @@ t1: - id: 1 + way_id: 1 node_id: 3 sequence_id: 1 t2: - id: 2 + way_id: 2 node_id: 3 sequence_id: 1 t3: - id: 3 + way_id: 3 node_id: 3 sequence_id: 1 t4: - id: 4 + way_id: 4 node_id: 15 sequence_id: 1 w5_n1: - id: 5 + way_id: 5 node_id: 4 sequence_id: 1 w5_n2: - id: 5 + way_id: 5 node_id: 4 sequence_id: 2 + +w7_n1: + way_id: 7 + node_id: 4 + sequence_id: 1 + +w7_n2: + way_id: 7 + node_id: 15 + sequence_id: 2 + +w7_n3: + way_id: 7 + node_id: 6 + sequence_id: 3