]> git.openstreetmap.org Git - rails.git/commit
Don't try and match xmlns as an attribute
authorTom Hughes <tom@compton.nu>
Sat, 10 Jan 2015 15:36:44 +0000 (15:36 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 11 Jan 2015 12:54:17 +0000 (12:54 +0000)
commit7f81de2065c1d3fabb0048ec380c9fae0f48a32a
treea47d3352cdedebc13fe018311a0424e4f88572e9
parent8fa9763281c5bcd4e9a88cfa0597e4e9a86963e7
Don't try and match xmlns as an attribute

This doesn't seem to work with the new nokogiri based matching
in rails 4.2 probably because the attribute is removed by the
parser and used to set the namespace of the element.
test/controllers/api_controller_test.rb