Index: APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/PalletSpecifications.cls.xml =================================================================== diff -u -r36379 -r37981 --- APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/PalletSpecifications.cls.xml (.../PalletSpecifications.cls.xml) (revision 36379) +++ APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/PalletSpecifications.cls.xml (.../PalletSpecifications.cls.xml) (revision 37981) @@ -15,7 +15,7 @@ Set Container.containertype="Rectangular" Set Container.depth="1200.00" Set Container.width="800.00" - Set Container.height="1670.00" + Set Container.height="1500.00" Set Container.maxweight="1200.00" Set Container.settingsid="Default" Set Container.backtofront="False" @@ -44,7 +44,7 @@ Set Container.containertype="Rectangular" Set Container.depth="1500.00" Set Container.width="800.00" - Set Container.height="1670.00" + Set Container.height="1500.00" Set Container.maxweight="1200.00" Set Container.settingsid="Default" Set Container.backtofront="False" Index: vhUnitTest/APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/RequestComposer/Compose/Test.cls.xml =================================================================== diff -u -r37612 -r37981 --- vhUnitTest/APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/RequestComposer/Compose/Test.cls.xml (.../Test.cls.xml) (revision 37612) +++ vhUnitTest/APPS/TRANSP/Stapeling/impl/ColliOpPalletStapelaar/Optibox/RequestComposer/Compose/Test.cls.xml (.../Test.cls.xml) (revision 37981) @@ -164,7 +164,7 @@ Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).containertype,"Rectangular") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).depth,"1200.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).width,"800.00") - Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).height,"1670.00") + Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).height,"1500.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).maxweight,"1200.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).settingsid,"Default") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(1).backtofront,"False") @@ -193,7 +193,7 @@ Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).containertype,"Rectangular") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).depth,"1500.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).width,"800.00") - Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).height,"1670.00") + Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).height,"1500.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).maxweight,"1200.00") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).settingsid,"Default") Do $$$AssertEquals(cubeiqrequest.containers.GetAt(2).backtofront,"False")