Index: APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml
===================================================================
diff -u -r34137 -r34183
--- APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml (.../TransportduurRepository.cls.xml) (revision 34137)
+++ APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml (.../TransportduurRepository.cls.xml) (revision 34183)
@@ -14,6 +14,16 @@
+
+
+LandCode:%String
+
+
Index: vhUnitTest/APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository/Test.cls.xml
===================================================================
diff -u -r34136 -r34183
--- vhUnitTest/APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository/Test.cls.xml (.../Test.cls.xml) (revision 34136)
+++ vhUnitTest/APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository/Test.cls.xml (.../Test.cls.xml) (revision 34183)
@@ -14,16 +14,24 @@
Do TransportduurRepository.GeefViaLandEnPostCode(LandCode, PostCode)
- Do ..AssertQueryAndParameters(QueryAPISpy)
+ Do $$$AssertEquals(QueryAPISpy.Statement,"SELECT ID FROM APPS_TRANSP_Offerte_impl_DHL.Transportduur WHERE LandCode = ? AND PostCode = ?")
+ Do $$$AssertEquals(QueryAPISpy.Params ,$LB("DE","54122"))
]]>
-
-QueryAPISpy:vhTest.Spy.TECH.Query.QueryAPI
-1
+