Re-integrate tests in 9.0.0 branch
See original GitHub issueControlsFX 9.0.0 is getting rid of 2 test classes:
- org.controlsfx.control.JavaFXThreadingRule
- org.controlsfx.control.SearchableComboBoxTest
JavaFXThreadingRule
JavaFXThreadingRule
uses javafx.swing
module to run tests. Since we do not want to include one extra module just for one test case, it is a good trade-off to remove it unless we have a better reason to integrate it back (or more tests which depend on the said module).
SearchableComboBoxTest
SearchableComboBoxTest
is written using TestFX. For some reason this doesn’t work on JDK 9. If someone has experience with TestFX + JDK 9. We could bring this test back.
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (9 by maintainers)
Top Results From Across the Web
felipec/git-reintegrate: Tool that allows the ... - GitHub
Tool that allows the regeneration of integration branches - GitHub - felipec/git-reintegrate: Tool that allows the regeneration of integration branches.
Read more >Reintegrating a Branch - back merge - Cornerstone 4
A reintegration merge, also known as a back merge is appropriate when the changes made in a branch need to be integrated back...
Read more >Add branches - ADM Help Centers - Micro Focus
Add branches. This task describes how to add additional structure to your business process tests and flows using branches and branch options.
Read more >Missing ranges error message when reintegrating a branch ...
when I have resolved any conflicts and test my code, I commit the merge to the branch and then merge the branch to...
Read more >esbmc-falsi.2019-02-05_2111.results.test-comp19_prop ...
recursive/Ackermann01‑2.yml unknown.0 prog tests 0 inspect.048.051 5.7.14 0 0
recursive/Ackermann02.yml unknown.0 prog tests 0 inspect.025.026 5.6.11 0 0
recursive/Ackermann03.yml unknown.0 prog tests 0 inspect.050.051 5.6.094...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@abhinayagarwal I don’t think TestFX snapshots are properly released. Give me one day and tomorrow I’ll investigate getting them turned on.
Working on this in https://github.com/TestFX/TestFX/pull/669 - really need to read a Jigsaw book I think, lol.