Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040057Openbravo ERPZ. Otherspublic2019-01-30 09:372019-06-11 11:19
alostale 
markmm82 
normalminoralways
closedfixed 
5
 
3.0PR19Q2 
Sandrahuguet
Core
No
0040057: qa-pi-aum and qa-pi-returnto suites fail
qa-pi-aum and qa-pi-returnto test suites fail after issue 0036421.

The reason is they were relying on the buggy filtering which discarded everything after first "-" when filtering any property participating in an identifier.

For example, in AUMRTVd010 (attached in the video in issue 0036421), "13 - 29-01-2019 - -125.40" value is typed in RM Order No column expecting to filter the column with value "13", this worked before but now no records are returned.
Fix failing tests relying on incorrect filter implementation.
No tags attached.
related to defect 0036421 closed alostale Financial Account records are not filtered by name if the filter contains "-" 
Issue History
2019-01-30 09:37alostaleNew Issue
2019-01-30 09:37alostaleAssigned To => Triage Finance
2019-01-30 09:37alostaleModules => Core
2019-01-30 09:37alostaleTriggers an Emergency Pack => No
2019-01-30 09:38alostaleRelationship addedrelated to 0036421
2019-02-06 13:40SandrahuguetAssigned ToTriage Finance => markmm82
2019-02-07 03:43markmm82Statusnew => scheduled
2019-03-31 17:04hgbotCheckin
2019-03-31 17:04hgbotNote Added: 0110935
2019-03-31 17:04hgbotStatusscheduled => resolved
2019-03-31 17:04hgbotResolutionopen => fixed
2019-03-31 17:04hgbotFixed in SCM revision => http://code.openbravo.com/tools/automation/int/rev/8ab9893ab2b9427838463eb7ddf12f6f91cfc61a [^]
2019-03-31 17:04hgbotCheckin
2019-03-31 17:04hgbotNote Added: 0110936
2019-04-08 18:05SandrahuguetReview Assigned To => Sandrahuguet
2019-04-08 18:05SandrahuguetNote Added: 0111030
2019-04-08 18:05SandrahuguetStatusresolved => closed
2019-04-08 18:05SandrahuguetFixed in Version => 3.0PR19Q2
2019-06-10 13:19hgbotCheckin
2019-06-10 13:19hgbotNote Added: 0112536
2019-06-10 13:19hgbotStatusclosed => resolved
2019-06-10 13:19hgbotFixed in SCM revisionhttp://code.openbravo.com/tools/automation/int/rev/8ab9893ab2b9427838463eb7ddf12f6f91cfc61a [^] => http://code.openbravo.com/tools/automation/int/rev/ae29c50ed337783fc49032ca58e82db9e9f8e6a5 [^]
2019-06-10 13:19hgbotCheckin
2019-06-10 13:19hgbotNote Added: 0112537
2019-06-11 11:19lorenzofidalgoStatusresolved => closed

Notes
(0110935)
hgbot   
2019-03-31 17:04   
Repository: tools/automation/int
Changeset: 8ab9893ab2b9427838463eb7ddf12f6f91cfc61a
Author: Mark <markmm82 <at> gmail.com>
Date: Sun Feb 10 19:21:16 2019 -0300
URL: http://code.openbravo.com/tools/automation/int/rev/8ab9893ab2b9427838463eb7ddf12f6f91cfc61a [^]

Fixes issue 40057: Fixed qa-pi-aum and qa-pi-returnto suites failure

It is not used record identifiers as filter in PE, right now the way the filtering
is done is using all fields used as identifiers by separated filters.

-- Updated copyright.
-- Removed unused rtvIdentifier variable.
-- Used the RTV Document Number instead of the RTV Identifier.

---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/returntovendor/RTVd010CreateReversedInvoiceFromReturnToVendorShipment.java
---
(0110936)
hgbot   
2019-03-31 17:04   
Repository: tools/automation/int
Changeset: a32d9ef6cd2bf126482ba05b8780600558e9e53e
Author: Mark <markmm82 <at> gmail.com>
Date: Mon Feb 18 00:04:31 2019 -0300
URL: http://code.openbravo.com/tools/automation/int/rev/a32d9ef6cd2bf126482ba05b8780600558e9e53e [^]

Related to issue 40057: Fixed qa-pi-aum suite failure

---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/aum/testsuites/returntovendor/AUMRTVd010CreateReversedInvoiceFromReturnToVendorShipment.java
---
(0111030)
Sandrahuguet   
2019-04-08 18:05   
verified
(0112536)
hgbot   
2019-06-10 13:19   
Repository: tools/automation/int
Changeset: ae29c50ed337783fc49032ca58e82db9e9f8e6a5
Author: Mark <markmm82 <at> gmail.com>
Date: Sun Feb 10 19:21:16 2019 -0300
URL: http://code.openbravo.com/tools/automation/int/rev/ae29c50ed337783fc49032ca58e82db9e9f8e6a5 [^]

Fixes issue 40057: Fixed qa-pi-aum and qa-pi-returnto suites failure

It is not used record identifiers as filter in PE, right now the way the filtering
is done is using all fields used as identifiers by separated filters.

-- Updated copyright.
-- Removed unused rtvIdentifier variable.
-- Used the RTV Document Number instead of the RTV Identifier.

---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/returntovendor/RTVd010CreateReversedInvoiceFromReturnToVendorShipment.java
---
(0112537)
hgbot   
2019-06-10 13:19   
Repository: tools/automation/int
Changeset: 7b82cdc7e38789723d63f702e8259df82e4797f1
Author: Mark <markmm82 <at> gmail.com>
Date: Mon Feb 18 00:04:31 2019 -0300
URL: http://code.openbravo.com/tools/automation/int/rev/7b82cdc7e38789723d63f702e8259df82e4797f1 [^]

Related to issue 40057: Fixed qa-pi-aum suite failure

---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/aum/testsuites/returntovendor/AUMRTVd010CreateReversedInvoiceFromReturnToVendorShipment.java
---