CRM-15296 re-enable tests
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 30 Sep 2014 09:18:35 +0000 (22:18 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 30 Sep 2014 09:18:35 +0000 (22:18 +1300)
tests/phpunit/api/v3/ContributionPageTest.php

index 35a3f248d8ffcaa2d34965bdc61703daf8e662d9..37c209a93afb0e5e2bf986378e9cd807d84010ef 100644 (file)
@@ -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