api_v3_CaseTest - Fix failures. Load case-types by name (not title).
authorTim Otten <totten@civicrm.org>
Mon, 14 Jul 2014 02:36:21 +0000 (19:36 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 14 Jul 2014 02:36:21 +0000 (19:36 -0700)
commit1be6caec5a354c52bda03aee309f5f3aa0412167
treefe3a8d2158f1246c516c44294021cff520a7a727
parentd0bb8a2fb7c8f4e65f5d3974d00a126db24f1376
api_v3_CaseTest - Fix failures. Load case-types by name (not title).

The old title-based lookup worked because it was subjected to munging, but
that mechanism changed in CRM-14798.
Civi/CCase/Events.php
api/v3/Case.php
tests/phpunit/api/v3/CaseTest.php