1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/core
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
..
attribute_tests.rb
connection_tests.rb
credential_tests.rb Added a JRuby workaround in a test that's failing due to a JRuby bug. 2013-10-24 15:17:51 -04:00
current_machine_tests.rb
mocking_tests.rb
parser_tests.rb Bound the 'myns' XML namespace to keep Nokogiri on JRuby happy. 2013-10-24 18:16:13 -04:00
service_tests.rb
timeout_tests.rb
uuid_tests.rb
wait_for_tests.rb