X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=t%2Fdatev%2Finvoices.t;h=3625f8867193f410bfcc04552a6c176730cb9436;hb=90a1b6fad6aeeab84fc96d6511fdf42fff315df5;hp=9c07058de5d1530318aa6785ea2a5c494577d1aa;hpb=cb2b558f118bdc38203edf84556aa28db4ebd1b9;p=kivitendo-erp.git diff --git a/t/datev/invoices.t b/t/datev/invoices.t index 9c07058de..3625f8867 100644 --- a/t/datev/invoices.t +++ b/t/datev/invoices.t @@ -168,8 +168,8 @@ my @data_csv = sort { $a->[0] cmp $b->[0] } @{ $datev_csv->lines }; is(scalar @{ $datev_csv->warnings }, 0); -cmp_deeply($data_csv[1], [ 535, 'S', 'EUR', '', '', '', '1400', '8300', '', '0101', "\x{de} sales \x{a5}& i", - '', '', '', '', '', '', '', '', '', '', '', +cmp_deeply($data_csv[1], [ '535', 'S', 'EUR', '', '', '', '1400', '8300', '', '0101', "\x{de} sales \x{a5}& i", + '', '', 'Testcustomer', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Kostenst', 'Crowd-Fu', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', @@ -181,7 +181,7 @@ cmp_deeply($data_csv[1], [ 535, 'S', 'EUR', '', '', '', '1400', '8300', '', '010 ); cmp_deeply($data_csv[0], [ '249,9', 'S', 'EUR', '', '', '', '1400', '8400', '', '0101', "\x{de} sales \x{a5}& i", - '', '', '', '', '', '', '', '', '', '', '', + '', '', 'Testcustomer', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Kostenst', 'Crowd-Fu', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', @@ -192,7 +192,7 @@ cmp_deeply($data_csv[0], [ '249,9', 'S', 'EUR', '', '', '', '1400', '8400', '', '', '', '', '', '' ] ); cmp_deeply($data_csv[2], [ '784,9', 'S', 'EUR', '', '', '', '1200', '1400', '', '0501', "\x{de} sales \x{a5}& i", - '', '', '', '', '', '', '', '', '', '', '', + '', '', 'Testcustomer', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Kostenst', 'Crowd-Fu', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', @@ -321,7 +321,7 @@ $datev->generate_datev_data(from_to => $datev->fromto); cmp_deeply $datev->generate_datev_lines, [], "no bookings for January made after May 1st: ok"; done_testing(); -# clear_up(); +clear_up(); sub new_purchase_invoice { # manually create a Kreditorenbuchung from scratch, ap + acc_trans bookings, as no helper exists yet, like $invoice->post.