From: Sven Schöling Date: Fri, 29 May 2015 12:56:31 +0000 (+0200) Subject: Tests: Hilfreiche aber false positive warning unterdrücken X-Git-Tag: release-3.3.0beta~71 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6a3c29cddbb56d2294d48b9caea534a4b3d54177;p=kivitendo-erp.git Tests: Hilfreiche aber false positive warning unterdrücken --- diff --git a/t/form/arap.t b/t/form/arap.t index a46e66138..2c4a5ac30 100644 --- a/t/form/arap.t +++ b/t/form/arap.t @@ -6,9 +6,11 @@ use Support::TestSetup; use Carp; use Test::Exception; +no warnings qw(qw); + # this test tests the functions calculate_arap and calculate_tax in SL/Form.pm # calculate_arap is used for post_invoice in AR and AP -# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl +# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl my ($ar_tax_19, $ar_tax_7,$ar_tax_0); my $config = {};