CRM-20958 - api_v3_CaseTest::testCaseUpdate - Ignore creation/modification date.
authorTim Otten <totten@civicrm.org>
Tue, 1 Aug 2017 02:55:18 +0000 (19:55 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 6 Sep 2017 17:41:02 +0000 (10:41 -0700)
commit32c1003dcb4ad6652e16946e51504e9ee81e96c4
tree8aa21e44090ee236a01e90a6f622d11cd5c9688b
parentc7006a4b6964c1b8e8ee34f467f07558a652452c
CRM-20958 - api_v3_CaseTest::testCaseUpdate - Ignore creation/modification date.

Checking the `modified_date` is a bit racy -- depending on sub-second
performance/alignment, the original `Case` creation and the subsequent
`Case` update may have the same `modified_date` or may have different
`modified_date`.
tests/phpunit/api/v3/CaseTest.php