MantisBT: master-1.2.x 056eb949

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-07-22 03:02 master-1.2.x 1099ab51
Affected Issues  0016203: Issue History tests randomly fail
Changeset

IssueHistoryTest: fix random failure with simultaneous entries

This happens when history entries are created in rapid sequence (i.e.
within the same second), and the RDBMS then returns the records in
random order. Since the tests rely on a fixed order of the entries, this
occasionally causes failures.

Fixes 0016203

mod - tests/soap/IssueHistoryTest.php Diff File