projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faacb3e
)
CRM-12350 amend relationship test to pass. Note this could be a regressing but regres...
author
eileen
<eileen@fuzion.co.nz>
Sun, 14 Apr 2013 22:55:44 +0000
(10:55 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Sun, 14 Apr 2013 22:55:44 +0000
(10:55 +1200)
tests/phpunit/api/v3/RelationshipTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/RelationshipTest.php
b/tests/phpunit/api/v3/RelationshipTest.php
index 1861334a17af7895ae4ac3d3beb088efdaefc87f..05735fc824e09e18e8a69f8e67d30defc627f377 100644
(file)
--- a/
tests/phpunit/api/v3/RelationshipTest.php
+++ b/
tests/phpunit/api/v3/RelationshipTest.php
@@
-644,7
+644,7
@@
class api_v3_RelationshipTest extends CiviUnitTestCase {
/**
* check relationship update
*/
- function testRelationship
Upd
ate() {
+ function testRelationship
CreateDuplic
ate() {
$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,