From 6a3c29cddbb56d2294d48b9caea534a4b3d54177 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 29 May 2015 14:56:31 +0200 Subject: [PATCH] =?utf8?q?Tests:=20Hilfreiche=20aber=20false=20positive=20?= =?utf8?q?warning=20unterdr=C3=BCcken?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/form/arap.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {}; -- 2.20.1