Skip to content

Commit

Permalink
Add note about testRenewMembership failing on certain days
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Aug 30, 2019
1 parent 5d8e2d9 commit e51c515
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/phpunit/CRM/Member/BAO/MembershipTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,13 @@ public function testdeleteRelatedMemberships() {

/**
* Renew membership with change in membership type.
*
* @fixme Note that this test fails when today is August 29 2019 (and maybe other years?):
* Verify correct end date is calculated after membership renewal
* Failed asserting that two strings are equal.
* Expected-'2021-03-01'
* Actual+'2021-02-28'
* /home/jenkins/bknix-dfl/build/core-15165-73etc/web/sites/all/modules/civicrm/tests/phpunit/CRM/Member/BAO/MembershipTest.php:609
*/
public function testRenewMembership() {
$contactId = $this->individualCreate();
Expand Down

0 comments on commit e51c515

Please sign in to comment.