This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from 902d5617 LHF: Fix typo
     add b9c25e2d final code change
     add 9769d238 updated test to move unwanted output files
     add e6763651 removed unwanted .gitignore entryes
     add e281763d updated message
     add 1730a77e fixed windows EOL error
     add 31fcf956 fixed windows EOL error
     add 5386bcd0 RAT-406: Minor changes during review
     add 248b0f69 RAT-406: Add changelog entry
     add 91a8301e Merge pull request #518 from Claudenw/406

No new revisions were added by this update.

Summary of changes:
 .../resources/ReportTest/RAT_406/commandLine.txt   |    2 +
 .../{RAT_335 => RAT_406}/expected-message.txt      |    0
 .../ReportTest/RAT_406/src/dojo/dojo.java          |    4 +
 .../main/java/org/apache/rat/OptionCollection.java |   10 +-
 .../src/main/java/org/apache/rat/Reporter.java     |   12 +-
 .../java/org/apache/rat/OptionCollectionTest.java  |   18 +-
 .../java/org/apache/rat/ReporterOptionsTest.java   | 1422 ++++++++++++++++++++
 ...a => AbstractConfigurationOptionsProvider.java} |  135 +-
 .../apache/rat/test/AbstractOptionsProvider.java   |  810 +----------
 .../apache/rat/test/utils/OptionFormatter.java}    |   27 +-
 .../java/org/apache/rat/testhelpers/TextUtils.java |   19 +-
 .../java/org/apache/rat/testhelpers/XmlUtils.java  |    8 +
 .../java/org/apache/rat/mp/OptionMojoTest.java     |    8 +-
 .../java/org/apache/rat/mp/RatCheckMojoTest.java   |    4 +-
 .../org/apache/rat/anttasks/ReportOptionTest.java  |    6 +-
 src/changes/changes.xml                            |    3 +
 16 files changed, 1522 insertions(+), 966 deletions(-)
 create mode 100644 
apache-rat-core/src/it/resources/ReportTest/RAT_406/commandLine.txt
 copy apache-rat-core/src/it/resources/ReportTest/{RAT_335 => 
RAT_406}/expected-message.txt (100%)
 create mode 100644 
apache-rat-core/src/it/resources/ReportTest/RAT_406/src/dojo/dojo.java
 create mode 100644 
apache-rat-core/src/test/java/org/apache/rat/ReporterOptionsTest.java
 copy 
apache-rat-core/src/test/java/org/apache/rat/test/{AbstractOptionsProvider.java 
=> AbstractConfigurationOptionsProvider.java} (87%)
 copy 
apache-rat-core/src/{main/java/org/apache/rat/report/xml/writer/InvalidXmlException.java
 => test/java/org/apache/rat/test/utils/OptionFormatter.java} (66%)

Reply via email to