| Summary: | Enhancement for Jubula UI regarding to monitoring | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Marc Steffens <Marc.Steffens> | ||||||
| Component: | UI | Assignee: | Marc Steffens <Marc.Steffens> | ||||||
| Status: | CLOSED FIXED | QA Contact: | Oliver Goetz <Oliver.Goetz> | ||||||
| Severity: | enhancement | ||||||||
| Priority: | P3 | CC: | alexandra.schladebeck, markus.tiede | ||||||
| Version: | unspecified | Flags: | markus.tiede:
indigo+
|
||||||
| Target Milestone: | Juno M5 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Could you please re-locate the menu contribution from o.e.j.client.ui to o.e.j.client.ui.rcp? The current implementation of opening a monitoring result does require an RCP workspace. In addition to that there is also a class missing in the attached contribution "org.eclipse.jubula.client.ui.rcp.propertytester.MonitoringAgentPropertyTester" Please make sure to use the correct EPL-Header for new class files. Created attachment 208379 [details]
re-located menu contribution and added missing class
I re-located the menu contribution to o.e.j.client.ui.rcp.
I added the missing class to the patch.
Patch applied with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=3a007cfd3bd7cc2ba77a0197aae2fe230a13213f Fix verified manually for 1. and 2. verified manually point 3. The handler was found correctly. |
Created attachment 208376 [details] Enhancement patch for Jubula UI The enhancement patch contains the following changes: 1. The description names of the columns in the TestResultSummaryView which contains profiling will be changed to monitoring. 2. Adding the Open Monitoring Report command to the context menu of the TestResultSummaryView. 3. Adding a new MonitoringAgentPropertyTester class for monitoring purpose. This class will determine the used monitoring agent of the the selected TestResultSummary to enable to correct handler.