Skip to content

Commit 9efcc8e

Browse files
committed
Fix Test: No German Strings anymore will happen in the wild due to LANG=C
1 parent 53dffe0 commit 9efcc8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/AqBanking/Command/ShellCommandExecutor/ResultAnalyzerTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function testRecognizesErrorByResultVar()
2525
public function testCanTellCorrectPollResult()
2626
{
2727
$errors = array(
28-
'Aufträge werden ausgeführt: Started.',
2928
'5:2013/07/22 11-32-32:aqbanking(39873):abgui.c: 182: Automatically accepting valid new certificate [40:BD:81:8B:76:27:1A:58:5C:B7:68:46:1E:CB:F2:FD]',
3029
'5:2013/07/22 11-32-33:aqbanking(39873):abgui.c: 182: Automatically accepting valid new certificate [40:BD:81:8B:76:27:1A:58:5C:B7:68:46:1E:CB:F2:FD]',
3130
'5:2013/07/22 11-32-33:aqbanking(39873):abgui.c: 182: Automatically accepting valid new certificate [40:BD:81:8B:76:27:1A:58:5C:B7:68:46:1E:CB:F2:FD]',
@@ -43,7 +42,6 @@ public function testCanTellCorrectPollResult()
4342
public function testCanTellDefectivePollResult()
4443
{
4544
$errors = array(
46-
'Aufträge werden ausgeführt: Started.',
4745
'5:2013/07/22 11-31-44:aqbanking(39859):abgui.c: 182: Automatically accepting valid new certificate [40:BD:81:8B:76:27:1A:58:5C:B7:68:46:1E:CB:F2:FD]',
4846
'3:2013/07/22 11-31-44:aqhbci(39859):outbox.c: 1390: Error performing queue (-2)',
4947
'5:2013/07/22 11-31-44:aqbanking(39859):./banking_online.c: 119: Error executing backend\'s queue',

0 commit comments

Comments
 (0)