Bug 323797 - [build] provide UI integration to show test results in JUnit view
Summary: [build] provide UI integration to show test results in JUnit view
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 0.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy, plan
Depends on: 323794 324791 324807
Blocks:
  Show dependency tree
 
Reported: 2010-08-27 05:21 EDT by Steffen Pingel CLA
Modified: 2011-01-31 14:08 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2010-08-27 05:21:39 EDT
It would be nice if tests could be re-run from the local workspace. this could work through generating a JUnit log file from the common build model (bug 323794) and providing that to the JUnit view.
Comment 1 Steffen Pingel CLA 2010-09-08 03:44:33 EDT
Committed first pass that adds basic integration with the JUnit view. Still need to review action enablement in the case where a build did not produce test results or JUnit is not available.
Comment 2 Steffen Pingel CLA 2010-09-12 02:04:15 EDT
The Show Test Results menu item is now disabled when a build does not have tests.