def test_from_xml_no_text
no_text = ""
message_create = assert_raise(OSM::APIBadXMLError) do
Changeset.from_xml(no_text, true)
end
def test_from_xml_no_text
no_text = ""
message_create = assert_raise(OSM::APIBadXMLError) do
Changeset.from_xml(no_text, true)
end