Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 210718

Summary: Test execution node in the events tree is missing a Defects pane
Product: z_Archived Reporter: Kendric Wang <kendricw>
Component: TPTPAssignee: Paul Slauenwhite <paulslau>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P2 CC: eejessee, paulslau
Version: unspecifiedKeywords: plan
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
snapshot of test execution properties none

Description Kendric Wang CLA 2007-11-23 00:22:51 EST
Build ID: I20071101-2000

Steps To Reproduce:
1. Open the execution file for a JUnit Test. Make sure it contains "test execution events".
2. Go to the 'Events' page. Select a 'test execution' event from the tree
3. See that a 'Defects' section does not show up where event details are expected.
Comment 1 Kendric Wang CLA 2007-11-23 00:31:07 EST
Created attachment 83597 [details]
snapshot of test execution properties

More information:

"When any of the Execution Event is selected on the Events tree, there should be a 'Defects' section in the details pane for that execution event." 
--"Defects Tracking with Bugzilla" testcase

All nodes other than 'test execution' in the tree have a Defects pane.
Comment 2 Paul Slauenwhite CLA 2007-11-26 07:45:59 EST
Jerome, please provide a sizing.
Comment 3 Paul Slauenwhite CLA 2008-05-21 14:21:27 EDT
Deferring to future as approved by the TPTP PMC (http://dev.eclipse.org/mhonarc/lists/tptp-pmc/msg04926.html).
Comment 4 Paul Slauenwhite CLA 2008-07-09 11:23:41 EDT
In the Test Model, defect records (as well as properties and annotations) are only associated with TPFExecutionEvents (/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/models/common/testprofile/TPFExecutionEvent.java).   However, defect records, properties, or annotations are NOT associated with TPFExecutionResults (/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/models/common/testprofile/TPFExecutionResult.java).  As such, we will not add support to the Test Log Viewer for defect records, properties, or annotations on 'test execution' events.

Updated the following test suites to clarify the expected behavior:

/org.eclipse.hyades.test.ui.logViewer.tests/manual/Test.UI.FrameworkEditors_logViewer_linux.testsuite
/org.eclipse.hyades.test.ui.logViewer.tests/manual/Test.UI.FrameworkEditors_logViewer_windows.testsuite
Comment 5 Joel Cayne CLA 2008-07-31 16:41:08 EDT
Closing.