-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Migrate to native gradle test task #3987
Conversation
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.
Tests are failing
|
Otherwise looks reasonable. |
Some of the tests fail now...I've no idea why and sadly no time for further investigations in the next days. So any help is appreciated. |
Normally the XML order should not play a role. Maybe that's why they fail? Or is it because of some missing xsd file again`? |
I think these tests were actually failing before but were not executed before...now they are. |
I now found time to fix the tests. For some reason these tests were not executed before. It's strange and I couldn't find a pattern but since also the code coverage jumped by +2% (with almost +10% logic) it really proves that some tests were not executed. Since fixing these tests was straightforward and this PR already has two positive responses, I merge now. |
…rsectionnew * upstream/maintable-beta: (88 commits) set look and feel to windows, aqua or nimbus for swing in case fix import remove look and feel New translations JabRef_en.properties (French) (#4009) Fix Look and Feel related issues (#4002) Fix statement in changelog [WIP] Add Text File Export for "Find Unlinked Files" (#3979) Fix IEEE preview does not display month (#3983) Activate context menu on key press (#4004) Improve code layout Fix concurrent modification exception when adding entries to groups Fix build Typo Add fix Rename test Fix #3994 Duplicate unmodifiable list for sorting (#3996) Remove deprecated and unused method (#3993) Improvements around external file types (#3887) Migrate to native gradle test task (#3987) Do not run checkstyle as part of the gradle check task (#3985) ...
Fixes koppor#318.