IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 124 forks source link

createTestcaseDependency is not correctly inserting the additional dependency #362

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

The method to sort the build list to insert the test case dependency is not correctly returning the sorted list.

See

https://github.com/IBM/dbb-zappbuild/blob/85e0df0ed7d693457473303ba5873524bb5f7797/utilities/ImpactUtilities.groovy#L533

And

https://github.com/IBM/dbb-zappbuild/blob/85e0df0ed7d693457473303ba5873524bb5f7797/utilities/ImpactUtilities.groovy#L822-L826

dennis-behm commented 1 year ago

Delivered with zAppBuild Release 3.3.0