Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 106867 Details for
Bug 151919
Test Log Viewer does not show test suite/invocation hyperlinks after a test execution event is displayed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch.
Defect_151919_Patch.txt (text/plain), 1.67 KB, created by
Paul Slauenwhite
on 2008-07-08 14:21:27 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-07-08 14:21:27 EDT
Size:
1.67 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/forms/base/ExecutionEventDetailsPart.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/forms/base/ExecutionEventDetailsPart.java,v >retrieving revision 1.40 >diff -u -r1.40 ExecutionEventDetailsPart.java >--- src/org/eclipse/hyades/test/ui/forms/base/ExecutionEventDetailsPart.java 29 Feb 2008 14:53:13 -0000 1.40 >+++ src/org/eclipse/hyades/test/ui/forms/base/ExecutionEventDetailsPart.java 8 Jul 2008 18:21:16 -0000 >@@ -96,7 +96,7 @@ > * @author Bianca Xue Jiang > * @author Marcelo Paternostro > * @author Paul E. Slauenwhite >- * @version February 29, 2008 >+ * @version July 8, 2008 > * @since August 9, 2008 > */ > public abstract class ExecutionEventDetailsPart extends AbstractFormPart implements IDetailsPage, IHyperlinkListener, SelectionListener, IRepositoryRecordListener //, ModifyListener >@@ -753,6 +753,8 @@ > String value = getExecutionEvent().getText(); > setMessageText(value); > >+ modelElementLink.setVisible(true); >+ > TPFTest test = null; > if((executionEvent.getExecutionHistory() != null) && (executionEvent.getExecutionHistory().getExecutionResult() != null)) > test = executionEvent.getExecutionHistory().getExecutionResult().getTest(); >@@ -782,7 +784,7 @@ > modelElementLink.setData(null); > } > >- //display properties and attachements of this execution event >+ //display properties and attachments of this execution event > setPropertiesInput(executionEvent); > setAttachmentsInput(executionEvent); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151919
:
46846
| 106867