1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Kevin Menard
ee7d1d736c Bound the 'myns' XML namespace to keep Nokogiri on JRuby happy.
It appears JRuby's Nokogiri implementation is strict about using unbound XML namespaces.  Since a well-formed doc should have bound namespaces, I just added it here.
2013-10-24 18:16:13 -04:00
Tomasz Bak
31dac0b63b unit test for the XML namespace handling workaround 2013-01-17 13:23:06 -06:00
Aaron Suggs
0e5ed656c3 [core] Fix responds_to test helper.
As per discussion on #305.

Also clean up output for parser test.
2011-05-17 17:37:56 -04:00
Aaron Suggs
ff72d4c647 [core] Add test for Fog::Parsers::Base
Test multiline and nested values.
2011-05-12 17:48:44 -04:00