Index: vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml =================================================================== diff -u -r39915 -r40070 --- vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml (.../Test.cls.xml) (revision 39915) +++ vhUnitTest/APPS/OV/OrderBevestiging/Verstuurder/Test.cls.xml (.../Test.cls.xml) (revision 40070) @@ -76,19 +76,19 @@ #dim Inhoud As %GlobalCharacterStream = ..FileWriter.GeefInhoudBestandNaam(..FileWriter.GeefBestandsNaam()) If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L1;OrderID_OB1L1;PakketReferentie_OB1L1;PositieNrOrder_OB1L1;BevestigingNrLeverancier_OB1L1;5,55;Leverweek_OB1L1;VroegsteLeverDatum_OB1L1;AantalStuks_OB1L1") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L1;OrderID_OB1L1;PakketReferentie_OB1L1;PositieNrOrder_OB1L1;BevestigingNrLeverancier_OB1L1;5,55;VroegsteLeverDatum_OB1L1;AantalStuks_OB1L1") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L2;OrderID_OB1L2;PakketReferentie_OB1L2;PositieNrOrder_OB1L2;BevestigingNrLeverancier_OB1L2;5,55;Leverweek_OB1L2;VroegsteLeverDatum_OB1L2;AantalStuks_OB1L2") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB1L2;OrderID_OB1L2;PakketReferentie_OB1L2;PositieNrOrder_OB1L2;BevestigingNrLeverancier_OB1L2;5,55;VroegsteLeverDatum_OB1L2;AantalStuks_OB1L2") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L1;OrderID_OB2L1;PakketReferentie_OB2L1;PositieNrOrder_OB2L1;BevestigingNrLeverancier_OB2L1;5,55;Leverweek_OB2L1;VroegsteLeverDatum_OB2L1;AantalStuks_OB2L1") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L1;OrderID_OB2L1;PakketReferentie_OB2L1;PositieNrOrder_OB2L1;BevestigingNrLeverancier_OB2L1;5,55;VroegsteLeverDatum_OB2L1;AantalStuks_OB2L1") } If ($$$AssertFalse(Inhoud.AtEnd)) { - Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L2;OrderID_OB2L2;PakketReferentie_OB2L2;PositieNrOrder_OB2L2;BevestigingNrLeverancier_OB2L2;5,55;Leverweek_OB2L2;VroegsteLeverDatum_OB2L2;AantalStuks_OB2L2") + Do $$$AssertEquals(Inhoud.ReadLine(), "LeverancierNr_OB2L2;OrderID_OB2L2;PakketReferentie_OB2L2;PositieNrOrder_OB2L2;BevestigingNrLeverancier_OB2L2;5,55;VroegsteLeverDatum_OB2L2;AantalStuks_OB2L2") } Do $$$AssertTrue(Inhoud.AtEnd)