Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #28831 All Revisions ] Back to Issue ]
Summary 0028831: Error in the tomcat.log when executing the 'I27615_PartiallyPaidLayaway' test
Revision 2015-02-04 11:24 by Orekaria
Steps To Reproduce Verify that in the test jobs, when executing the 'I27615_PartiallyPaidLayaway' tests, the following error is shown:

2015-02-01 15:04:37,577 [TP-Processor2] ERROR org.openbravo.retail.posterminal.OrderLoader - Detected order without lines and total amount zero. Document number VBS1/0000363


    tap(TestId.BUTTON_MENU);
    tap(TestId.BUTTON_MENU_LAYAWAYTHISRECEIPT);
    verify(TestId.LABEL_RECEIPT_TYPE, "To be laid away");
    tap(TestId.BUTTON_BROWSE);
    tap(TestId.BUTTON_CATEGORY_BACKPACKSANDTRAVEL);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    receiptNo = BackboneHelper.getDocumentNo();
    customer = get(TestId.BUTTON_RECEIPT_CUSTOMER);
    verify(TestId.LABEL_TOTALTOPAY, "549.50");
    tap(TestId.BUTTON_PAY);
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");

    // partial pay
    tap(TestId.BUTTON_MENU_LAYAWAYS);
    tap(TestId.BUTTON_LAYAWAYS_SEARCH);
    tap(TestId.TABLE_RECEIPTSEARCH, String.format("%s - %s", receiptNo, customer));
    tap(TestId.BUTTON_PAY);
    WebPOSSnippet.tapKeypad(this, 275);
    tap(TestId.BUTTON_CASH);
    verify(TestId.LABEL_RECEIPT_PAY_REMAINING, "274.50€");
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");


    tap(TestId.BUTTON_MENU);
    tap(TestId.BUTTON_MENU_LAYAWAYS);
    tap(TestId.BUTTON_LAYAWAYS_SEARCH);
    tap(TestId.TABLE_RECEIPTSEARCH, String.format("%s - %s", receiptNo, customer));
    tap(TestId.BUTTON_PAY);
    tap(TestId.BUTTON_PAY_EXACT);
    tap(TestId.BUTTON_PAY_DONE);
    verify(TestId.LABEL_RECEIPT_PAY_REMAINING, "0.00€");
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");
Revision 2015-02-04 11:22 by Orekaria
Steps To Reproduce Verify that in the test jobs, when executing the 'I27615_PartiallyPaidLayaway' tests, the following error is shown:

2015-02-01 15:04:37,577 [TP-Processor2] ERROR org.openbravo.retail.posterminal.OrderLoader - Detected order without lines and total amount zero. Document number VBS1/0000363


Verify that in the Oracle job the error is not being shown
Revision 2015-02-04 11:01 by Orekaria
Steps To Reproduce Verify that in the test jobs, when executing the 'I28714_NoCashAvailableWithCashupCheck' tests, the following error is shown:

2015-02-01 15:04:37,577 [TP-Processor2] ERROR org.openbravo.retail.posterminal.OrderLoader - Detected order without lines and total amount zero. Document number VBS1/0000363


Verify that in the Oracle job the error is not being shown


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker