# HG changeset patch
# User Ranjith S R <ranjith@qualiantech.com>
# Date 1582780236 -19800
#      Thu Feb 27 10:40:36 2020 +0530
# Node ID 43b3dfa5bfc50145cf1d767508900cec04ca7f6e
# Parent  bb5ed5a600604ff688e317328e010e8cae4ffe52
Verifies issue-43233 : Modified Test 'I34461_VerifyWareHouseOrderAndShipmetLines'

diff -r bb5ed5a60060 -r 43b3dfa5bfc5 src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34461_VerifyWareHouseOrderAndShipmetLines.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34461_VerifyWareHouseOrderAndShipmetLines.java	Tue Feb 25 09:21:11 2020 +0100
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34461_VerifyWareHouseOrderAndShipmetLines.java	Thu Feb 27 10:40:36 2020 +0530
@@ -83,13 +83,10 @@
         count++;
         final String lineWHId = rs.getString("LineWH");
         final String headerWHId = rs.getString("HeaderWH");
-        final String orderWHId = rs.getString("LineWH");
 
         logger.info(String.format(
-            "Verifying that the line warehouse (%s) is the same of the header warehouse (%s) for the shipment and the same warehouse (%s) in the sales order",
-            lineWHId, headerWHId, orderWHId));
-        assertThat("The order warehouse id are different for the shipment warehouse id", orderWHId,
-            equalTo(headerWHId));
+            "Verifying that the line warehouse (%s) is the same of the header warehouse (%s) for the shipment",
+            lineWHId, headerWHId));
         switch (count) {
           case 1:
             assertThat("Line 1 - The line warehouse id are different for the header warehouse id",
