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

Error after test execution in jenkins/surefire #50 #51

Merged
merged 1 commit into from
May 6, 2022

Conversation

iloveeclipse
Copy link
Member

Added assertions to find out who disposes the display before the test
application finishes if it runs in in jenkins/surefire.

Execution in IDE doesn't trigger new assertions.

See #50

…orm#50

Added assertions in runTest() to find out who disposes the display
before the test application finishes.

Fixed few tests that didn't created Display but disposed it.

Note: testingFinished() might or might not run before the display is
disposed, because it runs in parallel to the application that closes
itself on UI thread after runTest() left syncExec() call. So checking
for disposed display in testingFinished() does not make sense.

See eclipse-platform#50
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

1 participant