Commit Graph

8 Commits

Author SHA1 Message Date
Akira Matsuda c48cbb02d7 Fix order dependent tests
Restore default ActiveSupport::XmlMini.backend after tests
2013-07-26 04:17:00 +09:00
Nikita Afanasenko 1fab2002e3 Make XmlMini.with_backend usable with threads
`XmlMini.with_backend` now may be safely used with threads:

  Thread.new do
    XmlMini.with_backend("REXML") { rexml_power }
  end
  Thread.new do
    XmlMini.with_backend("LibXML") { libxml_power }
  end

Each thread will use it's own backend.
2012-11-15 20:23:05 +04:00
Aaron Patterson b8d8c50785 use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
Aaron Patterson 64807b964f fixing tests on ruby trunk 2011-07-26 11:02:41 -07:00
Aaron Patterson d4246e5bb3 fixing whitespace errors 2011-07-26 11:00:33 -07:00
prakashmurthy 6b31fd8070 Lighthouse ticket # 6334; added tests to verify that spaces in key are dasherized. 2011-05-08 06:13:18 -06:00
Mike Gehard 0bc91a4cf7 Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run. 2011-05-07 17:02:42 -06:00
José Valim 803548c46b xml_mini_test.rb now runs. 2011-05-07 22:45:06 +02:00