Merge remote-tracking branch 'openstreetmap/pull/1352'

This commit is contained in:
Tom Hughes 2016-10-30 16:59:20 +00:00
commit fc0aebc1a8
6 changed files with 16 additions and 18 deletions

View file

@ -1648,6 +1648,7 @@ EOF
## Now try with the public user
changeset = changesets(:public_user_first_change)
create(:changeset_tag, :changeset => changeset)
new_changeset = changeset.to_xml
new_tag = XML::Node.new "tag"
new_tag["k"] = "tagtesting"