This is a new test & the expected receive date is changed by the setting of trxn_date but the check was not updated
* that person.
*/
public function testCompleteTransactionUpdatePledgePayment() {
+ $this->swapMessageTemplateForTestTemplate();
$mut = new CiviMailUtils($this, TRUE);
$mut->clearMessages();
$this->createLoggedInUser();
));
$this->assertEquals(1, $status);
$mut->checkMailLog(array(
- '$ 500.00',
- 'May 11th, 2012 12:00 AM',
+ 'amount:::500.00',
+ 'receive_date:::20130201000000',
+ 'receipt_date:::201',
));
$mut->stop();
+ $this->revertTemplateToReservedTemplate();
}
/**