Hello All,
I am currently looking at the upgrade from version 1.9.3 to 1.9.4. In 1.9.3, we have custom code added to treat a custom test result,"in-progress", as "not run" for the purposes of metric reporting. I noticed significant code changes in the reporting area of TestLink. Can anyone point me in the right direction as to where the reporting code has moved to in the new code base? I need to make these same modifications before I can upgrade.
Thank you for your time,
-Matt S.
Custom Test Result that does not count towards complete
Moderators: Amaradana, TurboPT, TL Developers
Re: Custom Test Result that does not count towards complete
results.class.php has been removed.
new methods are present on tlTestPlanMetrics.class.php, but do not know if this is what you are looking for.
It would be great if you add an issue with changes you are doing that can be interesting for community, in this way if Dev Team consider
the changes useful, they are going to be added to stable code, and you can have better luck on next upgrade because will be Dev Team Task
to provide working code
new methods are present on tlTestPlanMetrics.class.php, but do not know if this is what you are looking for.
It would be great if you add an issue with changes you are doing that can be interesting for community, in this way if Dev Team consider
the changes useful, they are going to be added to stable code, and you can have better luck on next upgrade because will be Dev Team Task
to provide working code