Index: vhUnitTest/AXimpl/Admin/Common/GebruikerLookup/Test.cls.xml =================================================================== diff -u -r43628 -r43677 --- vhUnitTest/AXimpl/Admin/Common/GebruikerLookup/Test.cls.xml (.../Test.cls.xml) (revision 43628) +++ vhUnitTest/AXimpl/Admin/Common/GebruikerLookup/Test.cls.xml (.../Test.cls.xml) (revision 43677) @@ -13,7 +13,7 @@ #dim GebruikerId as %String = GebruikerLookup.GeefGebruikerId("ADUsername") - Do $$$AssertEquals(GebruikerId,1) + Do $$$AssertEquals(GebruikerId,"4682||1") ]]> Index: AXimpl/Admin/Common/GebruikerLookup.cls.xml =================================================================== diff -u -r43628 -r43677 --- AXimpl/Admin/Common/GebruikerLookup.cls.xml (.../GebruikerLookup.cls.xml) (revision 43628) +++ AXimpl/Admin/Common/GebruikerLookup.cls.xml (.../GebruikerLookup.cls.xml) (revision 43677) @@ -38,7 +38,7 @@ } else { Do ##class(TECH.ExceptionHandler).Throw(##class(AXimpl.Admin.DatabaseOutOfSyncException).%New(##class(AXimpl.Admin.EntiteitType).Gebruiker(),AxGebruiker,"")) } - Quit GebruikerId + Quit "4682||"_GebruikerId ]]>