MantisBT: master b8711140

Author Committer Branch Timestamp Parent
rombert rombert master 2009-10-21 10:21 master 8b69aa2a
Affected Issues  0008612: MantisConnect does not expose Time Tracking on Notes or Issues
Changeset

Issue 0008612: Test exposing time tracking on notes using the SOAP API

A utility test method has been added for skipping tests when
the Mantis installation does not have time tracking enabled.

The following scenarios are tested:

  • adding a note with time tracking data;
  • adding an issue with an embedded time tracking note;
  • updating an issue with a new time tracking note.
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - tests/soap/IssueNoteTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File