forked from eclipse-eclemma/eclemma
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DumpExecutionDataTest should not forcibly terminate Java processes (e…
…clipse-eclemma#38) Forced termination sometimes causes the appearance of the dialog "No Coverage Data" > No coverage data has been collected during this coverage session. > Please do not terminate the Java process manually from Eclipse. leading to the failure of subsequent tests ``` org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find menu bar for shell: Shell with text {No Coverage Data} at org.eclipse.eclemma.ui.ExportImportTest.testImport(ExportImportTest.java:34) Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find menu bar for shell: Shell with text {No Coverage Data} at org.eclipse.eclemma.ui.ExportImportTest.testImport(ExportImportTest.java:34) ```
- Loading branch information
Showing
2 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters