From: Eileen McNaughton Date: Tue, 30 Sep 2014 09:18:35 +0000 (+1300) Subject: CRM-15296 re-enable tests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=90fa9ea17ebd9bb939452896e4fb27d37a5d3f7c;p=civicrm-core.git CRM-15296 re-enable tests --- diff --git a/tests/phpunit/api/v3/ContributionPageTest.php b/tests/phpunit/api/v3/ContributionPageTest.php index 35a3f248d8..37c209a93a 100644 --- a/tests/phpunit/api/v3/ContributionPageTest.php +++ b/tests/phpunit/api/v3/ContributionPageTest.php @@ -286,7 +286,6 @@ class api_v3_ContributionPageTest extends CiviUnitTestCase { ); $this->callAPIAndDocument('contribution_page', 'submit', $submitParams, __FUNCTION__, __FILE__, 'submit contribution page', NULL, 'Submit'); - $this->markTestIncomplete('CRM-15296 fix not yet applied'); $contribution = $this->callAPISuccess('contribution', 'getsingle', array('contribution_page_id' => $this->_ids['contribution_page'], 'contribution_status_id' => 1)); $membershipPayment = $this->callAPISuccess('membership_payment', 'getsingle', array()); $this->assertEquals($membershipPayment['contribution_id'], $contribution['id']); @@ -350,7 +349,6 @@ class api_v3_ContributionPageTest extends CiviUnitTestCase { $this->assertEquals(5, $membership['status_id']); //@todo - check with Joe about these not existing //$this->callAPISuccess('line_item', 'getsingle', array('contribution_id' => $contribution['id'], 'entity_id' => $membership['id'])); - $this->markTestIncomplete('e-Notice - seemingly due to missing line items'); $this->callAPISuccess('contribution', 'completetransaction', array('id' => $contribution['id'], 'trxn_id' => 'ipn_called')); $membership = $this->callAPISuccessGetSingle('membership', array('id' => $membershipPayment['membership_id'])); //renew it with processor setting completed - should extend membership