FishEye: Tag 43073 refers to a dead (removed) revision in file `WSimpl/AX/CalculatedProduct/BouwstenenRepository.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml
===================================================================
diff -u -r43041 -r43073
--- vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml (.../Test.cls.xml) (revision 43041)
+++ vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml (.../Test.cls.xml) (revision 43073)
@@ -8,32 +8,32 @@
1
-
+
-
+
-
+
TECH.Mockable
-
-WSimpl.AX.CalculatedProduct.BouwstenenRepository
+
+DOM.PM.ProductAPI
1
-BouwstenenRepository:WSimpl.AX.CalculatedProduct.BouwstenenRepository=""
+ProductApi:DOM.PM.ProductAPI=""
1
1
%Status
1
@@ -33,7 +33,7 @@
Set ConfigVariant.ConfigId = Request.ConfigId
Set ConfigVariant.SalesId = Request.SalesId
- If (..BouwstenenRepository.BestaatViaID(Request.ItemId)) {
+ If (..ProductApi.BestaatProduct(Request.ItemId)) {
} Else {
Set ConfigVariant.ErrorText = ##class(WSimpl.AX.CalculatedProduct.Converter.enu.ErrorText).NotFound()