Index: vhUnitTest/BL/PPS/TBX/DocsV1/HtmlInhoudProboxEtiketBepaler/BepaalHtmlInhoudProboxEtiket/Test.cls.xml =================================================================== diff -u -r59773 -r60464 --- vhUnitTest/BL/PPS/TBX/DocsV1/HtmlInhoudProboxEtiketBepaler/BepaalHtmlInhoudProboxEtiket/Test.cls.xml (.../Test.cls.xml) (revision 59773) +++ vhUnitTest/BL/PPS/TBX/DocsV1/HtmlInhoudProboxEtiketBepaler/BepaalHtmlInhoudProboxEtiket/Test.cls.xml (.../Test.cls.xml) (revision 60464) @@ -128,7 +128,7 @@ Set InhoudBepaler = ##class(BL.PPS.TBX.DocsV1.HtmlInhoudProboxEtiketBepaler).%New(InventarisServiceStub, ..ProductApiStub, ConfiguratorServiceMock) #dim Resultaat As %String = InhoudBepaler.BepaalHtmlInhoudProboxEtiket(..DnaCodeIterator) - Do $$$AssertEquals(##class(TECH.StringUtils).Occurrences(Resultaat,""),4) //5 rijen in tabel (3 producten + header) + Do $$$AssertEquals(##class(TECH.StringUtils).Occurrences(Resultaat,""),4) //4 rijen in tabel (3 producten + header) Do $$$AssertEquals(##class(TECH.StringUtils).Occurrences(Resultaat,"td align=""center"">1"),1) //eerste product heeft aantal 1 Do $$$AssertEquals(##class(TECH.StringUtils).Occurrences(Resultaat,"td align=""center"">2"),1) //tweede product heeft aantal 2 Do $$$AssertEquals(##class(TECH.StringUtils).Occurrences(Resultaat,"td align=""center"">3"),1) //derde product heeft aantal 3