question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Re-integrate tests in 9.0.0 branch

See original GitHub issue

ControlsFX 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:open
  • Created 4 years ago
  • Comments:23 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
brcolowcommented, Aug 15, 2019

@abhinayagarwal I don’t think TestFX snapshots are properly released. Give me one day and tomorrow I’ll investigate getting them turned on.

1reaction
brcolowcommented, Aug 10, 2019

Working on this in https://github.com/TestFX/TestFX/pull/669 - really need to read a Jigsaw book I think, lol.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found