Index: vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml =================================================================== diff -u -r39911 -r39914 --- vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml (.../Test.cls.xml) (revision 39911) +++ vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml (.../Test.cls.xml) (revision 39914) @@ -76,19 +76,19 @@ #dim Inhoud As %GlobalCharacterStream = ..FileWriter.GeefInhoudBestandNaam(..FileWriter.GeefBestandsNaam()) If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "1ekolomOB1L1;2ekolomOB1L1;3ekolomOB1L1;4ekolomOB1L1;5ekolomOB1L1;5,55;7ekolomOB1L1;8ekolomOB1L1;9ekolomOB1L1") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L1;OrderID_OB1L1;PakketReferentie_OB1L1;PositieNrOrder_OB1L1;BevestigingNrLeverancier_OB1L1;5,55;Leverweek_OB1L1;VroegsteLeverDatum_OB1L1;AantalStuks_OB1L1") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "1ekolomOB1L2;2ekolomOB1L2;3ekolomOB1L2;4ekolomOB1L2;5ekolomOB1L2;5,55;7ekolomOB1L2;8ekolomOB1L2;9ekolomOB1L2") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L2;OrderID_OB1L2;PakketReferentie_OB1L2;PositieNrOrder_OB1L2;BevestigingNrLeverancier_OB1L2;5,55;Leverweek_OB1L2;VroegsteLeverDatum_OB1L2;AantalStuks_OB1L2") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "1ekolomOB2L1;2ekolomOB2L1;3ekolomOB2L1;4ekolomOB2L1;5ekolomOB2L1;5,55;7ekolomOB2L1;8ekolomOB2L1;9ekolomOB2L1") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L1;OrderID_OB2L1;PakketReferentie_OB2L1;PositieNrOrder_OB2L1;BevestigingNrLeverancier_OB2L1;5,55;Leverweek_OB2L1;VroegsteLeverDatum_OB2L1;AantalStuks_OB2L1") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "1ekolomOB2L2;2ekolomOB2L2;3ekolomOB2L2;4ekolomOB2L2;5ekolomOB2L2;5,55;7ekolomOB2L2;8ekolomOB2L2;9ekolomOB2L2") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L2;OrderID_OB2L2;PakketReferentie_OB2L2;PositieNrOrder_OB2L2;BevestigingNrLeverancier_OB2L2;5,55;Leverweek_OB2L2;VroegsteLeverDatum_OB2L2;AantalStuks_OB2L2") } Do $$$AssertTrue(Inhoud.AtEnd) @@ -130,15 +130,15 @@