- assert_equal dbnode.lat, node.latitude.to_f/SCALE
- assert_equal dbnode.lon, node.longitude.to_f/SCALE
+ assert_equal dbnode.lat, node.latitude.to_f / OldNode::SCALE
+ assert_equal dbnode.lon, node.longitude.to_f / OldNode::SCALE
assert_equal dbnode.changeset_id, node.changeset_id
assert_equal dbnode.version, node.version
assert_equal dbnode.visible, node.visible
assert_equal dbnode.changeset_id, node.changeset_id
assert_equal dbnode.version, node.version
assert_equal dbnode.visible, node.visible
- assert_equal dbnode.lat, node.latitude.to_f/SCALE
- assert_equal dbnode.lon, node.longitude.to_f/SCALE
+ assert_equal dbnode.lat, node.latitude.to_f / OldNode::SCALE
+ assert_equal dbnode.lon, node.longitude.to_f / OldNode::SCALE
assert_equal dbnode.changeset_id, node.changeset_id
assert_equal dbnode.version, node.version
assert_equal dbnode.visible, node.visible
assert_equal dbnode.changeset_id, node.changeset_id
assert_equal dbnode.version, node.version
assert_equal dbnode.visible, node.visible