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 63906 Details for
Bug 182546
Remove ability to drill into execution results from test navigator
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 to disable execution result children in test navigator
182546.patch (text/plain), 1.64 KB, created by
Joe Toomey
on 2007-04-16 10:00:15 EDT
(
hide
)
Description:
Patch to disable execution result children in test navigator
Filename:
MIME Type:
Creator:
Joe Toomey
Created:
2007-04-16 10:00:15 EDT
Size:
1.64 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/internal/navigator/proxy/DefaultExecutionResultProxyNode.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/navigator/proxy/DefaultExecutionResultProxyNode.java,v >retrieving revision 1.9 >diff -u -r1.9 DefaultExecutionResultProxyNode.java >--- src/org/eclipse/hyades/test/ui/internal/navigator/proxy/DefaultExecutionResultProxyNode.java 15 Dec 2006 17:05:47 -0000 1.9 >+++ src/org/eclipse/hyades/test/ui/internal/navigator/proxy/DefaultExecutionResultProxyNode.java 16 Apr 2007 14:00:32 -0000 >@@ -57,15 +57,15 @@ > public DefaultExecutionResultProxyNode(TPFExecutionResult er, Object parent) { > super(er, parent); > >- LinkedList c = new LinkedList(); >- TPFExecutionHistory history = er.getExecutionHistory(); >- if (history != null ) { >- EList events = history.getExecutionEvents(); >- for (Iterator it = events.iterator(); it.hasNext();) { >- getEventChildren((TPFExecutionEvent) it.next(), c, er); >- } >- } >- children = (IProxyNode[]) c.toArray(new IProxyNode[c.size()]); >+// LinkedList c = new LinkedList(); >+// TPFExecutionHistory history = er.getExecutionHistory(); >+// if (history != null ) { >+// EList events = history.getExecutionEvents(); >+// for (Iterator it = events.iterator(); it.hasNext();) { >+// getEventChildren((TPFExecutionEvent) it.next(), c, er); >+// } >+// } >+ children = new IProxyNode[0]; > //- save the name of this element > String name = er.getName(); > String testName = null;
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 182546
:
63903
| 63906 |
63907