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 94060 Details for
Bug 224131
InactiveProcessException when launching AGR tests using the Agent Controller.
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_224131_patch.txt (text/plain), 1.94 KB, created by
Paul Slauenwhite
on 2008-03-28 16:12:01 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-03-28 16:12:01 EDT
Size:
1.94 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.tools.core >Index: src-common-runner/org/eclipse/hyades/test/common/testservices/resources/DatapoolPasswordProvider.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.core/src-common-runner/org/eclipse/hyades/test/common/testservices/resources/DatapoolPasswordProvider.java,v >retrieving revision 1.1 >diff -u -r1.1 DatapoolPasswordProvider.java >--- src-common-runner/org/eclipse/hyades/test/common/testservices/resources/DatapoolPasswordProvider.java 20 Mar 2008 17:49:00 -0000 1.1 >+++ src-common-runner/org/eclipse/hyades/test/common/testservices/resources/DatapoolPasswordProvider.java 28 Mar 2008 20:11:19 -0000 >@@ -21,9 +21,13 @@ > * > * It's the client of DatapoolPasswordsService ,used to get list of datapool and > * it's encryption password from workbench side. >+ * <p/> > * >- * @author Huang Xin Ying >- * @version February, 27 >+ * >+ * @author Huang Xin Ying >+ * @author Paul E. Slauenwhite >+ * @version February 27, 2008 >+ * @since March 20, 2008 > * @provisional Provisional API as of TPTP 4.5.0. > */ > public class DatapoolPasswordProvider { >@@ -36,17 +40,18 @@ > */ > public static HashMap getDatapoolPassword(String testId) > throws UnknownTestServiceException { >- String result = null; >- try { >- >- result = ServiceInvoker.invokeService(getProviderName(), >- "method=getDatapoolList,args:testId={0}".concat(testId)); >+ >+ if(testId != null){ > >- } catch (UnconfiguredComptestAgentException e) { >- throw new UnknownTestServiceException(e); >+ try { >+ return (parseResult(ServiceInvoker.invokeService(getProviderName(), "method=getDatapoolList,args:testId={0}".concat(testId)))); >+ } >+ catch (UnconfiguredComptestAgentException e) { >+ throw new UnknownTestServiceException(e); >+ } > } >- >- return parseResult(result); >+ >+ return 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 224131
: 94060