Skip to content
Snippets Groups Projects
Commit 82a0ae6b authored by eileen's avatar eileen
Browse files

CRM-12350 amend relationship test to pass. Note this could be a regressing but...

CRM-12350 amend relationship test to pass. Note this could be a regressing but regression is old if so
parent faacb3e4
Branches
Tags
No related merge requests found
......@@ -644,7 +644,7 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
/**
* check relationship update
*/
function testRelationshipUpdate() {
function testRelationshipCreateDuplicate() {
$relParams = array(
'contact_id_a' => $this->_cId_a,
'contact_id_b' => $this->_cId_b,
......@@ -661,7 +661,6 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
$this->_relationID = $result['id'];
$params = array(
'relationship_id' => $this->_relationID,
'contact_id_a' => $this->_cId_a,
'contact_id_b' => $this->_cId_b,
'relationship_type_id' => $this->_relTypeID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment