Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ✂️ needless lines beneath private. | Kasper Timm Hansen | 2016-11-20 | 1 | -1/+0 |
| | |||||
* | Create XMLMiniEngineTest; base class for all tests | Jon Moss | 2016-11-20 | 1 | -8/+3 |
| | |||||
* | Code styling cleanup | Jon Moss | 2016-11-20 | 1 | -6/+10 |
| | |||||
* | Create `CommonXMLMiniAdapterTest`; common tests module | Jon Moss | 2016-11-20 | 1 | -135/+7 |
| | | | | | | Created a new module (a la Action Cable subscription adapter's test suite) to be included in all sub class test to ensure compatability and reduce duplicated code. | ||||
* | Do not include `ActiveSupport` into test classes | Jon Moss | 2016-11-19 | 1 | -11/+9 |
| | | | | | | | | | | | Will help get rid of errors like the following: ``` 1) Error: JDOMEngineTest#test_order=: ArgumentError: wrong number of arguments (0 for 1) /Users/jon/code/rails/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb:106:in `test_order=' ``` | ||||
* | Remove blank else branch | Ryuta Kamizono | 2016-09-03 | 1 | -3/+0 |
| | |||||
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -2/+0 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
| | |||||
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -17/+17 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | systematic revision of =~ usage in AS | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
| | | | | | Where appropriate prefer the more concise Regexp#match?, String#include?, String#start_with?, and String#end_with? | ||||
* | Compare with the parsed result from REXML backend | Paco Guzman | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Added missing assert | Anupam Choudhury | 2013-04-02 | 1 | -4/+5 |
| | |||||
* | Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def' | kennyj | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | JDOM XXE Protection [CVE-2013-1856] | Ben Murphy | 2013-03-15 | 1 | -2/+36 |
| | |||||
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Adding tests for file_from_xml for XmlMini_JDOM #jruby | Arun Agrawal | 2011-05-27 | 1 | -14/+14 |
| | |||||
* | Not loading file if PLATFORM not available. | Arun Agrawal | 2011-05-24 | 1 | -83/+82 |
| | |||||
* | test fix jdom_engine_test | Vishnu Atrai | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | add JRuby-JDOM backend for XmlMini | Stephen Bannasch | 2009-04-26 | 1 | -0/+153 |
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |