Notes |
|
(0133010)
|
hgbot
|
2021-11-15 10:49
|
|
|
|
(0133083)
|
hgbot
|
2021-11-15 18:27
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api [^]
Changeset: 38cc73008292d6486354b7ce056dc44b03c80784
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2021-11-15T16:26:34+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/commit/38cc73008292d6486354b7ce056dc44b03c80784 [^]
related to ISSUE-48031: test infrastructure improvements
Prepare some features of the testing infrastructure so they can be
reused in other modules that depend on the Retail API module.
1- Provide a base class which provides basic infrastructure for testing
Retail API import entity mappings. This class can be extended by test
classes present in other modules that define this kind of mappings in
order to test them, avoiding the need of duplicating code.
2- Support getting in RetailApiTestUtils to retrieve json files
present in other modules.
---
A src-test/org/openbravo/retail/api/importer/RetailAPIImportMappingBaseTest.java
M src-test/org/openbravo/retail/api/importer/RetailApiImportMappingsTest.java
M src-test/org/openbravo/retail/api/util/RetailApiTestUtils.java
---
|
|
|
(0133084)
|
hgbot
|
2021-11-15 18:27
|
|
|
|
(0133189)
|
hgbot
|
2021-11-18 15:57
|
|
|
|
(0133209)
|
hgbot
|
2021-11-19 08:51
|
|
|
|
(0133210)
|
hgbot
|
2021-11-19 08:51
|
|
|
|
(0133256)
|
hgbot
|
2021-11-22 13:39
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api.giftcards [^]
Changeset: d1eb9e5c050a004ea98ccd8df7e88262bb6c38bb
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 2021-11-22T13:37:14+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api.giftcards/-/commit/d1eb9e5c050a004ea98ccd8df7e88262bb6c38bb [^]
fixes ISSUE-48031: test infrastructure improvements
---
A api/org.openbravo.retail.api.giftcards-Masterdata - Retail API for Gift cards.json
A examples/README
A examples/Retail API GiftCard.postman_collection.json
A src-db/database/sourcedata/AD_MODULE.xml
A src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
A src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
A src-db/database/sourcedata/OBEI_ENTITY_MAPPING.xml
A src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
A src-db/database/sourcedata/RETAPCO_EXPORT_FILTER.xml
A src-db/database/sourcedata/RETAPCO_EXPORT_FILTER_PARAM.xml
A src-test/data/export/filter/giftcards/GiftCardByBusinessPartner.json
A src-test/data/export/filter/giftcards/GiftCardByOwner.json
A src-test/data/export/filter/giftcards/GiftCardBySearchKey.json
A src-test/data/importer/GiftCard.json
A src-test/org/openbravo/retail/api/giftcards/StandaloneTestSuite.java
A src-test/org/openbravo/retail/api/giftcards/export/RetailApiExportGiftCardFilters.java
A src-test/org/openbravo/retail/api/giftcards/importer/RetailApiGiftCardImportMappingsTest.java
---
|
|