stable
Clone or download
Read-only
request #13091: Simpletest tracker test suite is broken
Unit tests should not expect to be able to access the DB. PriorityDaoTest seems to encounter some non reproducible issues. Disabling it temporarily so it can be investigated without blocking the whole integration process. Change-Id: If300703c87a179cf78ca0622008b175395124031
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db_tests/PriorityDaoTest.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php | +21 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +20 | −2 | Go to diff View file |