fix for CRM-17520 - webtest
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 19 Nov 2015 13:11:13 +0000 (18:41 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 19 Nov 2015 13:11:13 +0000 (18:41 +0530)
tests/phpunit/WebTest/Contribute/OfflineContributionTest.php

index bb7008825bbbdae667752cff6b58161d3f0910cb..c4794d41a8f49a565ae5162c781ae22c7bb0438f 100644 (file)
@@ -283,7 +283,7 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase {
       'From' => "{$firstName} {$lastName}",
       'Financial Type' => 'Donation',
       'Total Amount' => 123,
-      'Non-deductible Amount' => 123,
+      'Non-deductible Amount' => '0.00',
       'sort_name' => "$lastName, $firstName",
     );
     $this->_verifyAmounts($checkScenario4);