MantisBT: master 44960924

Author Committer Branch Timestamp Parent
dregad dregad master 2023-01-07 19:15 master 7764e8a3
Changeset

Fix FilterTest::testGetIssuesForUserForUnassignedNoTargetUser

The test case incorrectly failed when executed against a database
containing one or more unassigned sticky issues.

This is because filter_get_bug_rows() returns data sorted with sticky
issues first, and the test case made a bad assumption that the issue
created for the test case will be at index 0.

mod - tests/soap/FilterTest.php Diff File