Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make XmlMini.with_backend usable with threads | Nikita Afanasenko | 2012-11-15 | 1 | -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 class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | fixing tests on ruby trunk | Aaron Patterson | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | fixing whitespace errors | Aaron Patterson | 2011-07-26 | 1 | -9/+9 |
| | |||||
* | Lighthouse ticket # 6334; added tests to verify that spaces in key are ↵ | prakashmurthy | 2011-05-08 | 1 | -0/+10 |
| | | | | dasherized. | ||||
* | Rename duplicate tests. There is now one failing test that was failing ↵ | Mike Gehard | 2011-05-07 | 1 | -1/+1 |
| | | | | before the rename but was never getting run. | ||||
* | xml_mini_test.rb now runs. | José Valim | 2011-05-07 | 1 | -0/+92 |