Index: vhUnitTest/APPS/Halux/common/TestBatchService.cls.xml =================================================================== diff -u -r29059 -r36313 --- vhUnitTest/APPS/Halux/common/TestBatchService.cls.xml (.../TestBatchService.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/TestBatchService.cls.xml (.../TestBatchService.cls.xml) (revision 36313) @@ -60,7 +60,7 @@ Catch { #dim Exceptie As APPS.Halux.common.impl.MaakBatchException = ##class(TECH.ExceptionHandler).Catch() Do $$$AssertTrue($IsObject(Exceptie),"Een exceptie werd aangemaakt") - If $$$AssertEquals(Exceptie.%ClassName(),"MaakBatchException","De exceptie is van het type MaakBatchException") { + If $$$AssertEquals(Exceptie.%ClassName(),"MaakBatchException","De exceptie is van het type "_Exceptie.%ClassName()) { Do $$$AssertContains(Exceptie.BatchErrors.GetAt(1).Boodschappen.GetAt(1),"Deze toelevering zit reeds in batch") } }