Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040057 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | always | 2019-01-30 09:37 | 2019-06-11 11:19 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | markmm82 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | ae29c50ed337 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | Sandrahuguet | |||||||
Web browser | ||||||||
Modules | Core | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0110935) hgbot (developer) 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 (developer) 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 (developer) 2019-04-08 18:05 |
verified |
(0112536) hgbot (developer) 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 (developer) 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 --- |
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 |
Copyright © 2000 - 2009 MantisBT Group |