| Summary: | Test log possess the same id as its test suite | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Ben Chen <chenbs> |
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> |
| Status: | CLOSED WONTFIX | QA Contact: | Kathy Chan <kathy> |
| Severity: | normal | ||
| Priority: | P1 | CC: | paulslau |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Ben Chen
See /org.eclipse.hyades.test.ui.navigator.tests/manual/Test.UI.TestNavigator_bugzilla_232089.testsuite. This is caused by the execution result being created with the ID of the referring test suite. See org.eclipse.hyades.loaders.common.ExecutionContext.ExecutionContext(TPFTestSuite, String, String, String, boolean, TPFDeployment, boolean, boolean): rootResult = new ExecutionResultData(getTestSuite(), suite.getId()); Since this fix constitutes an API change that may impact TPTP/consuming product function and there is no apparent impact to TPTP/consuming products, we will not fix this symptom. (In reply to comment #2) > This is caused by the execution result being created with the ID of the > referring test suite. See > org.eclipse.hyades.loaders.common.ExecutionContext.ExecutionContext(TPFTestSuite, > String, String, String, boolean, TPFDeployment, boolean, boolean): > > rootResult = new ExecutionResultData(getTestSuite(), suite.getId()); > > Since this fix constitutes an API change that may impact TPTP/consuming product > function and there is no apparent impact to TPTP/consuming products, we will > not fix this symptom. As such, closed |