Skip to content

Commit

Permalink
sag ich nich
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-fvesely committed Jul 28, 2023
1 parent 678bb3c commit 4fbd019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDILibraryTests/EDIHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void TestNormalizeEdiHeader(string input, string expectedResult)
[DataRow(
"UNA:+.? 'UNB+UNOC:3+123456789012345:500+123456789:500+210326:1553+WIM00000000901'UNH+WIM00000000901+UTILMD:D:11A:UN:S1.1'BGM+E03+WIM00000000901'DTM+137:202103261553:203'NAD+MS+123456789012345::293'CTA+IC+:Max Mustermann'COM+max@mustermann.de:EM'NAD+MR+123456789::293'IDE+24+WIMP0000000459'DTM+92:20210401:102'DTM+157:20210401:102'STS+7++ZE8'LOC+172+41234567896'RFF+Z13:11116'SEQ+Z01'CCI+Z30++Z06'",
"{\"Format\":\"UTILMDS\", \"Nachrichtenversion\":\"D\",\"Version\":\"S1.1\", \"Sender\":{\"CodeList\":\"500\",\"ID\":\"123456789012345\"}, \"Freigabenummer\":\"11A\", \"Empfänger\":{\"CodeList\":\"500\",\"ID\":\"123456789\"}, \"ID\":\"WIM00000000901\"}")]

public void TestGetEdiFileInfo(string input, string expectedOutput)
{
var actual = EDIHelper.GetEdiFileInfo(input);
Expand Down

0 comments on commit 4fbd019

Please sign in to comment.