projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa503e5
)
Tests: Hilfreiche aber false positive warning unterdrücken
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 29 May 2015 12:56:31 +0000
(14:56 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 29 May 2015 12:56:31 +0000
(14:56 +0200)
t/form/arap.t
patch
|
blob
|
history
diff --git
a/t/form/arap.t
b/t/form/arap.t
index
a46e661
..
2c4a5ac
100644
(file)
--- 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 = {};