-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAT-98: Updated tests for gitignore changes & deprecated options #417
RAT-98: Updated tests for gitignore changes & deprecated options #417
Conversation
@Claudenw did you accidentally push an old branch as the build fails with spotbugs errors? |
@ottlinger My next step is to see how I can split this into smaller pieces. |
removed unused import
Removed commented out code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the repo&branch mixup - LGTM.
Proposed changelog entry is:
<action issue="RAT-98" type="add" dev="claudenw">
Report skipped/excluded files and integrate testing of inclusion-exclusion and DocumentNames to work under Unix, Windows and Mac.
</action>
Pls go ahead @Claudenw & thanks for your work to keep track of these changes.
Added changelog entry
Fixes issues raised by report skipped processing, specifically issues with Maven not correctly skipping files that should be skipped.
In the process of working on the bugs additional testing code was implemented to allows testing on file systems that are not native. Most name based code now checks against UNIX, WINDOWS, and OSX.
Significant additional work was undertaken to ensure that the document names work as expected.
This is the last PR in the set and enables the tests for the gitignore changes as well as replaces deprecated options in some tests.