Node.from_xml(noid, true)
end
# Now try an update with no id, and make sure that it gives the appropriate exception
message = assert_raise(OSM::APIBadXMLError) do
Node.from_xml(noid, false)
end
Node.from_xml(noid, true)
end
# Now try an update with no id, and make sure that it gives the appropriate exception
message = assert_raise(OSM::APIBadXMLError) do
Node.from_xml(noid, false)
end