Index: vhUnitTest/DOM/PM/impl/DataM/PakketService/Test.cls.xml =================================================================== diff -u -r47325 -r47344 --- vhUnitTest/DOM/PM/impl/DataM/PakketService/Test.cls.xml (.../Test.cls.xml) (revision 47325) +++ vhUnitTest/DOM/PM/impl/DataM/PakketService/Test.cls.xml (.../Test.cls.xml) (revision 47344) @@ -7,11 +7,10 @@ @@ -24,7 +23,7 @@ do PakketService.Setup(.Data) Do $$$AssertEquals(PakketService.MultiDim("N") ,"10") - Do $$$AssertEquals( PakketService.GeefOfMaakPakketnummerVoorPakketnaam("K||1000", "testpakket"),"11") + Do $$$AssertEquals( PakketService.MaakPakket("K||1000", "testpakket"),"11") Do $$$AssertEquals(PakketService.MultiDim("N") ,"11") ]]> @@ -37,23 +36,51 @@ do PakketService.Setup(.Data) Do $$$AssertEquals(PakketService.MultiDim("N") ,"10") - Do $$$AssertEquals( PakketService.GeefOfMaakPakketnummerVoorPakketnaam("K||1000", "testpakket"),"11") + Do $$$AssertEquals(PakketService.MaakPakket("K||1000", "testpakket"),"11") Do $$$AssertEquals(PakketService.MultiDim("D",11) ,"1000\testpakket") Do $$$AssertEquals(PakketService.MultiDim("IK",1000,"TESTPAKKET"),11) ]]> - + + + + + + + + + + + + +