Add tests for node methods on way models
This commit is contained in:
parent
9e8cf3ea71
commit
cd81a3f605
7 changed files with 122 additions and 3 deletions
26
test/fixtures/way_nodes.yml
vendored
26
test/fixtures/way_nodes.yml
vendored
|
@ -130,6 +130,32 @@ w6_v4_n3:
|
|||
sequence_id: 3
|
||||
version: 4
|
||||
|
||||
w7_v1_n1:
|
||||
way_id: 7
|
||||
node_id: 2
|
||||
sequence_id: 1
|
||||
version: 1
|
||||
|
||||
w7_v1_n2:
|
||||
way_id: 7
|
||||
node_id: 6
|
||||
sequence_id: 2
|
||||
version: 1
|
||||
|
||||
w7_v2_n1:
|
||||
way_id: 7
|
||||
node_id: 4
|
||||
sequence_id: 1
|
||||
version: 2
|
||||
|
||||
w7_v2_n2:
|
||||
way_id: 7
|
||||
node_id: 15
|
||||
sequence_id: 2
|
||||
version: 2
|
||||
|
||||
w7_v2_n3:
|
||||
way_id: 7
|
||||
node_id: 6
|
||||
sequence_id: 3
|
||||
version: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue