From 554b655e854b36b970abf6bd5c53a1c436d62a0e Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Thu, 14 Mar 2013 19:38:02 +0530 Subject: [PATCH] more test fix --- tests/phpunit/WebTest/Campaign/OnlineContributionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Campaign/OnlineContributionTest.php b/tests/phpunit/WebTest/Campaign/OnlineContributionTest.php index d7069dc3b3..9d338b4502 100644 --- a/tests/phpunit/WebTest/Campaign/OnlineContributionTest.php +++ b/tests/phpunit/WebTest/Campaign/OnlineContributionTest.php @@ -257,7 +257,7 @@ class WebTest_Campaign_OnlineContributionTest extends CiviSeleniumTestCase { $this->openCiviPage("logout", "reset=1", NULL); //Open Live Contribution Page - $this->openCiviPage($registerUrl['url'], $registerUrl['args']); + $this->openCiviPage($registerUrl['url'], $registerUrl['args'], NULL); $firstName = 'Ma' . substr(sha1(rand()), 0, 4); $lastName = 'An' . substr(sha1(rand()), 0, 7); -- 2.25.1