Community
Participate
Working Groups
Build Identifier: TPTP-4.7.0-201005222133 found while running Test.UI.TestNavigator_bugzilla_232089 Reproducible: Always Steps to Reproduce: 1.Create java project, and a TPTP test(say, TPTP Junit test) 2.Execute the test and specify the log to be put under the same project 3.Open both assets with system editor(winzip), check the resource file for their ids and verify that the ids are the same
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