Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 2018604a0ae2a9d016b81e7ed15f2c1fffb86a4b
https://github.com/jenkinsci/git-plugin/commit/2018604a0ae2a9d016b81e7ed15f2c1fffb86a4b
Author: Mark Waite <[email protected]>
Date: 2022-12-26 (Mon, 26 Dec 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitSCMTest.java
Log Message:
-----------
Remove unused imports
Commit: 5e38030fab6504af48d2826bbe5c8891ae4f5276
https://github.com/jenkinsci/git-plugin/commit/5e38030fab6504af48d2826bbe5c8891ae4f5276
Author: Mark Waite <[email protected]>
Date: 2022-12-26 (Mon, 26 Dec 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitStatusTest.java
A src/test/java/hudson/plugins/git/GitStatusTheoriesTest.java
Log Message:
-----------
Split GitStatusTest to place theory tests in new class
Resolves a test failure when the theory based test exceeds expected
maximum run time. Maven surefire support for JUnit theories appears
to be limited. JUnit ongoing support of theories seems to be low to
non-existent. Removes the more complicated theory based tests into a
separate class so that they can eventually be replaced with parameterized
tests or another simpler, more widely supported form.
A comment on stackoverflow says that theories are not supported in
JUnit 5. That provides another reason for the eventual removal of theory
based tests.
https://stackoverflow.com/questions/51543612/junit-5-theory-and-datapoint
Compare:
https://github.com/jenkinsci/git-plugin/compare/dde0b90e2a0a...5e38030fab65
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/dde0b9-5e3803%40github.com.