Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040034Retail ModulesWeb POSpublic2018-06-15 14:522019-03-27 17:01
gorka_gil 
gorka_gil 
normalmajoralways
closedfixed 
5
 
RR19Q1RR19Q1 
gorka_gil
No
0040034: Test ReimburseCard is failing, not clear if failure of the test or failure in the pos
ERROR:
The test is failing in line 186 : assertEquals(31.1, rs.getDouble("totaldeposits"), DELTA);

Right now is getting totaldeposits : 0 instead 31.1

DESCRIPTION:
The test do a reimburse of a gift card, and the question if it should create a cash event or not.


DETAILS:
- The tests is in unstable status, so not running at least from February 2.
So a change in the code could be from time ago.
- The tests assumes that it should create a cash event, and this is probably correct, but need to verify if this is correct. Or the functionally has change for a reason, or accident, or simply the test was wrong from the beggining.
Run test ReimburseCard in local.
No tags attached.
blocks defect 0038771 closed ranjith_qualiantech_com Test ReimburseCard is failing, not clear if failure of the test or failure in the pos 
Issue History
2019-01-25 11:55gorka_gilTypedefect => backport
2019-01-25 11:55gorka_gilTarget Version => RR19Q1
2019-01-25 11:57gorka_gilAssigned Toranjith_qualiantech_com => gorka_gil
2019-01-25 11:57hgbotCheckin
2019-01-25 11:57hgbotNote Added: 0109250
2019-01-25 11:57hgbotStatusscheduled => resolved
2019-01-25 11:57hgbotResolutionopen => fixed
2019-01-25 11:57hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q1/pi-mobile/rev/609dadf3d9d1038cb6489455acf55d20c3ab3710 [^]
2019-02-05 13:15gorka_gilReview Assigned Tomarvintm => gorka_gil
2019-02-11 12:49gorka_gilStatusresolved => closed
2019-02-11 12:49gorka_gilFixed in Version => RR19Q1
2019-03-27 13:46hgbotCheckin
2019-03-27 13:46hgbotNote Added: 0110687
2019-03-27 13:46hgbotStatusclosed => resolved
2019-03-27 13:46hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR19Q1/pi-mobile/rev/609dadf3d9d1038cb6489455acf55d20c3ab3710 [^] => http://code.openbravo.com/tools/automation/pi-mobile/rev/609dadf3d9d1038cb6489455acf55d20c3ab3710 [^]
2019-03-27 17:01gorka_gilNote Deleted: 0110687
2019-03-27 17:01gorka_gilStatusresolved => closed

Notes
(0109250)
hgbot   
2019-01-25 11:57   
Repository: retail/backports/3.0RR19Q1/pi-mobile
Changeset: 609dadf3d9d1038cb6489455acf55d20c3ab3710
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jan 07 22:31:34 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q1/pi-mobile/rev/609dadf3d9d1038cb6489455acf55d20c3ab3710 [^]

Fixed issue 40034 : Fix Test 'ReimburseCard'

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/giftcards/ReimburseCard.java
---