WebtestFix
authoratif-shaikh <shaikh388@gmail.com>
Tue, 7 Apr 2015 13:27:19 +0000 (18:57 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Tue, 7 Apr 2015 13:27:19 +0000 (18:57 +0530)
tests/phpunit/WebTest/Member/InheritedMembershipTest.php

index dc0449faffffc4c7ad302666c39d92ec5e6f8596..2c3f4d7f1ad3bf86e7cd0d1d78bebf8b5c4108e4 100644 (file)
@@ -401,7 +401,7 @@ class WebTest_Member_InheritedMembershipTest extends CiviSeleniumTestCase {
     // verify membership id and membership activity id with previous one
     // FIXME: These 2 lines are currently failing because the inherited membership and signup activity or being recreated when contact is edited/saved. dgg
     $this->assertEquals($expectedMembershipId, $actualMembershipId1);
-    $this->assertNotEquals($expectedMembershipActivityId, $actualMembershipActivityId1);
+    $this->assertEquals($expectedMembershipActivityId, $actualMembershipActivityId1);
 
     // click through to the relationship view screen after edit
     $this->click('css=li#tab_rel a');