stable

Clone or download

Read-only

Fix some broken unit tests

This is part of request #10324 Enhance unit tests This fix concerns: * plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php * plugins/tracker/tests/Tracker/SOAPServerTest.php Change-Id: Ie46d2a38ba9fa4d92bba5690fbff79d92f845946

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +10 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_SOAP.class.php +22 −8 Go to diff View file
M plugins/tracker/include/Tracker/SOAPServer.class.php +37 −22 Go to diff View file
M plugins/tracker/tests/Tracker/SOAPServerTest.php +34 −4 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php +13 −0 Go to diff View file
M plugins/tracker/www/soap/index.php +6 −4 Go to diff View file