Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040057 | Openbravo ERP | Z. Others | public | 2019-01-30 09:37 | 2019-06-11 11:19 |
|
Reporter | alostale | |
Assigned To | markmm82 | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040057: qa-pi-aum and qa-pi-returnto suites fail |
Description | 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.
|
Steps To Reproduce | 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. |
Proposed Solution | Fix failing tests relying on incorrect filter implementation. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0036421 | | closed | alostale | Financial Account records are not filtered by name if the filter contains "-" |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-01-30 09:37 | alostale | New Issue | |
2019-01-30 09:37 | alostale | Assigned To | => Triage Finance |
2019-01-30 09:37 | alostale | Modules | => Core |
2019-01-30 09:37 | alostale | Triggers an Emergency Pack | => No |
2019-01-30 09:38 | alostale | Relationship added | related to 0036421 |
2019-02-06 13:40 | Sandrahuguet | Assigned To | Triage Finance => markmm82 |
2019-02-07 03:43 | markmm82 | Status | new => scheduled |
2019-03-31 17:04 | hgbot | Checkin | |
2019-03-31 17:04 | hgbot | Note Added: 0110935 | |
2019-03-31 17:04 | hgbot | Status | scheduled => resolved |
2019-03-31 17:04 | hgbot | Resolution | open => fixed |
2019-03-31 17:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/tools/automation/int/rev/8ab9893ab2b9427838463eb7ddf12f6f91cfc61a [^] |
2019-03-31 17:04 | hgbot | Checkin | |
2019-03-31 17:04 | hgbot | Note Added: 0110936 | |
2019-04-08 18:05 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-04-08 18:05 | Sandrahuguet | Note Added: 0111030 | |
2019-04-08 18:05 | Sandrahuguet | Status | resolved => closed |
2019-04-08 18:05 | Sandrahuguet | Fixed in Version | => 3.0PR19Q2 |
2019-06-10 13:19 | hgbot | Checkin | |
2019-06-10 13:19 | hgbot | Note Added: 0112536 | |
2019-06-10 13:19 | hgbot | Status | closed => resolved |
2019-06-10 13:19 | hgbot | Fixed in SCM revision | http://code.openbravo.com/tools/automation/int/rev/8ab9893ab2b9427838463eb7ddf12f6f91cfc61a [^] => http://code.openbravo.com/tools/automation/int/rev/ae29c50ed337783fc49032ca58e82db9e9f8e6a5 [^] |
2019-06-10 13:19 | hgbot | Checkin | |
2019-06-10 13:19 | hgbot | Note Added: 0112537 | |
2019-06-11 11:19 | lorenzofidalgo | Status | resolved => 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
---
|
|
|
|
|
|
(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
---
|
|