Tests: Hilfreiche aber false positive warning unterdrücken
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 29 May 2015 12:56:31 +0000 (14:56 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 29 May 2015 12:56:31 +0000 (14:56 +0200)
t/form/arap.t

index a46e661..2c4a5ac 100644 (file)
@@ -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 = {};