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:
1870f11
)
Test reparieren. datatype ist immer unbekannt.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 12 Aug 2013 13:23:46 +0000
(15:23 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 25 Nov 2013 13:03:10 +0000
(14:03 +0100)
t/helper/csv.t
patch
|
blob
|
history
diff --git
a/t/helper/csv.t
b/t/helper/csv.t
index
30a3c3a
..
334c6f3
100644
(file)
--- a/
t/helper/csv.t
+++ b/
t/helper/csv.t
@@
-579,6
+579,7
@@
$csv = SL::Helper::Csv->new(
file => \"P;Kaffee\nC;Meier", # " # make emacs happy
header => [[ 'Datatype', 'Description' ], [ 'Datatype', 'Name']],
case_insensitive_header => 1,
+ ignore_unknown_columns => 1,
profile => [
{
profile => { datatype => 'datatype', description => 'description' },