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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createTestcaseDependency is not correctly inserting the additional dependency

dennis-behm opened this issue · comments

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

See

sortFileList(changedFiles);

And

/**
* sortFileList
* sort a list, putting the lines that defines files mapped as zUnit CFG files to the end
*/
def sortFileList(list) {