MantisBT: master-1.2.x 895b7a14

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2009-10-26 18:05 master-1.2.x 24cb3dd6
Affected Issues  0010969: The issue closed can not be found by mc_project_get_issues API?
Changeset

Fixes 0010969: Verify that closed issues are retrieved by mc_project_get_issues

Following a bug report which hints that mc_project_get_issues may be ignoring
closed issues, two tests are introduced:

  • verify that a newly created issue is retrieved by mc_project_get_issues
    with the correct id;
  • verify that a newly created issue with closed status is retrieved by
    mc_project_get_issues;
add - tests/soap/FilterTest.php Diff File