Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createTestcaseDependency is not correctly inserting the additional dependency #362

Closed
dennis-behm opened this issue Jun 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dennis-behm
Copy link
Member

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) {

@dennis-behm
Copy link
Member Author

Delivered with zAppBuild Release 3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant