Skip to content
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

(refactor) Moved ShortcutKeyTest to core package. #342

Merged
merged 1 commit into from Dec 19, 2016

Conversation

JordanMartinez
Copy link
Contributor

Now that I have a better understanding of how the core package works, I thought this test should be moved to its actual package since its an implementation detail.
The other test I wrote, KeyAndButtonReleaseTest, seems like it should stay in its respective packages as those packages have classes used for testing. Thus, hang-prevention should already be a part of them.

@brcolow brcolow merged commit 2d32469 into TestFX:master Dec 19, 2016
@brcolow
Copy link
Collaborator

brcolow commented Dec 19, 2016

Awesome. Makes sense. Thanks.

@JordanMartinez JordanMartinez deleted the refactorShortcutTest branch December 20, 2016 05:50
@JordanMartinez
Copy link
Contributor Author

@brcolow When I look at the commit history of this project (not this PR), this commit appears with an "x" next to it because all the tests in ToolkitServiceImplTest failed. Is that test flaky? Or did my code not clean itself up correctly?

@brcolow
Copy link
Collaborator

brcolow commented Dec 20, 2016

It is only flakiness. This is verified by later commits having green checkmarks. Those failures are quite hard to reproduce reliably and have something to do with headless macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants