From a0c27620b233eebd80308253b71d41ee0e0fe49e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 26 Apr 2015 18:28:08 +0200 Subject: [PATCH] Fix to match spanish new vat value --- test/phpunit/FunctionsLibTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php index 7856a47e0e9..dd3602ff8f7 100755 --- a/test/phpunit/FunctionsLibTest.php +++ b/test/phpunit/FunctionsLibTest.php @@ -824,7 +824,7 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase $vat1=get_default_localtax($companyes,$companyes,1,0); $vat2=get_default_localtax($companyes,$companyes,2,0); $this->assertEquals(5.2,$vat1); - $this->assertEquals(-21,$vat2); + $this->assertEquals(-19,$vat2); // Test RULE ES-IT $vat1=get_default_localtax($companyes,$companyit,1,0); -- GitLab