ottlinger commented on PR #589:
URL: https://github.com/apache/creadur-rat/pull/589#issuecomment-3595447833
@Claudenw I do not see any suspicious items in the release notes, but the
ReportTest seems to be broken completely after updating the plugin ..... very
strange.
```
[ERROR] Failures:
[ERROR] ReportTest.integrationTest:148 RAT_335:
Expecting empty but was: ["/.gitignore",
"/root.md",
"/dir3/dir3.log",
"/dir1/.gitignore",
"/dir1/dir1.txt",
"/dir2/dir2.md"]
[ERROR] ReportTest.integrationTest:148 RAT_362:
Expecting empty but was: ["/.gitignore", "/foo.md", "/src.md"]
[ERROR] GitIgnoreBuilderTest.test_RAT_335:137
expected: "matcherSet(or('included dir1/.gitignore', 'included .gitignore'),
or('excluded dir1/.gitignore', **/.gitignore, 'excluded .gitignore'))"
but was: "not(**/.gitignore)"
[ERROR] GitIgnoreBuilderTest.test_global_gitignore:175
expected: "matcherSet(or('included dir1/.gitignore', 'included .gitignore',
'included global gitignore'), or('excluded dir1/.gitignore', **/.gitignore,
'excluded .gitignore', 'excluded global gitignore'))"
but was: "not(**/.gitignore)"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]