aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make XmlMini.with_backend usable with threadsNikita Afanasenko2012-11-151-0/+62
| | | | | | | | | | | | | `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.
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* fixing tests on ruby trunkAaron Patterson2011-07-261-1/+1
|
* fixing whitespace errorsAaron Patterson2011-07-261-9/+9
|
* Lighthouse ticket # 6334; added tests to verify that spaces in key are ↵prakashmurthy2011-05-081-0/+10
| | | | dasherized.
* Rename duplicate tests. There is now one failing test that was failing ↵Mike Gehard2011-05-071-1/+1
| | | | before the rename but was never getting run.
* xml_mini_test.rb now runs.José Valim2011-05-071-0/+92