From eb68c12951ba15119f54417cf4bff5cc9f410c0c Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 25 Jun 2013 16:15:20 +0530 Subject: [PATCH] CRM-12466 - Re-enable CRM_Contact_BAO_GroupContactCacheTest::testManualAddRemove ---------------------------------------- * CRM-12466: Group listings don't load http://issues.civicrm.org/jira/browse/CRM-12466 --- tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php b/tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php index ea60b1ff66..d390a549fc 100644 --- a/tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php +++ b/tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php @@ -39,7 +39,7 @@ class CRM_Contact_BAO_GroupContactCacheTest extends CiviUnitTestCase { /** * Manually add and remove contacts from a smart group */ - function ztestManualAddRemove() { + function testManualAddRemove() { // Create smart group $g $params = array( 'name' => 'Deceased Contacts', @@ -209,7 +209,7 @@ class CRM_Contact_BAO_GroupContactCacheTest extends CiviUnitTestCase { */ protected function tearDown() { parent::tearDown(); -// $this->deleteTestObjects(); + $this->deleteTestObjects(); } /** -- 2.25.1