From d671d131579afe01eb2ebb60899a5108821aa6f7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 14 Mar 2013 19:09:21 +0530 Subject: [PATCH] webtest fixes --- tests/phpunit/WebTest/Case/AddCaseTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Case/AddCaseTest.php b/tests/phpunit/WebTest/Case/AddCaseTest.php index ae3e6f4d66..eeb08487e8 100644 --- a/tests/phpunit/WebTest/Case/AddCaseTest.php +++ b/tests/phpunit/WebTest/Case/AddCaseTest.php @@ -44,7 +44,7 @@ class WebTest_Case_AddCaseTest extends CiviSeleniumTestCase { $this->changePermissions($permission); // Go to reserved New Individual Profile to set value for logged in user's contact name (we'll need that later) - $this->openCiviPage('profile/edit', 'reset=1&gid=4'); + $this->openCiviPage('profile/edit', 'reset=1&gid=4', NULL); $testUserFirstName = "Testuserfirst"; $testUserLastName = "Testuserlast"; $this->waitForPageToLoad($this->getTimeoutMsec()); -- 2.25.1