Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0084e295

Von Sven Schöling vor etwa 7 Jahren hinzugefügt

  • ID 0084e295cf384c8c13001923f20de278d74435ea
  • Vorgänger 37df271b
  • Nachfolger c60cb1f0

Warnings

Unterschiede anzeigen:

t/datev/datev_format_2018.t
70 70
$datev1->to($enddate);
71 71
$datev1->csv_buchungsexport();
72 72
my @warnings = $datev1->warnings;
73
is(@warnings[0]->[0]->{untranslated},
73
is($warnings[0]->[0]->{untranslated},
74 74
  'Wrong field value \'#1\' for field \'#2\' for the transaction with amount \'#3\'', 'wrong_encoding');
75 75

  
76 76

  
......
90 90
$datev3->csv_buchungsexport;
91 91
@warnings = [];
92 92
@warnings = $datev3->warnings;
93
is(@warnings[0]->[0]->{untranslated},
93
is($warnings[0]->[0]->{untranslated},
94 94
  'Wrong field value \'#1\' for field \'#2\' for the transaction with amount \'#3\'', 'mixed_wrong_encoding');
95 95

  
96 96

  

Auch abrufbar als: Unified diff