Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0050913 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | minor | have not tried | 2022-11-16 10:22 | 2022-11-22 09:53 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR23Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
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 | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0050913: Provide a utility for testing master data models | |||||||
Description | It would be nice to have a testing utility that would ease the testing of both the full and incremental refresh of master data models. | |||||||
Steps To Reproduce | . | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0143698) hgbot (developer) 2022-11-16 13:54 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/764 [^] |
(0143702) hgbot (developer) 2022-11-16 13:57 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/439 [^] |
(0143724) hgbot (developer) 2022-11-16 16:25 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1372 [^] |
(0143731) hgbot (developer) 2022-11-16 16:48 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/20 [^] |
(0143733) hgbot (developer) 2022-11-16 17:01 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/989 [^] |
(0143898) hgbot (developer) 2022-11-21 12:10 |
Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 7cc2113714f753dda4c4ffd3214b4e0cd3404843 Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 11:09:58 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7cc2113714f753dda4c4ffd3214b4e0cd3404843 [^] related to ISSUE-50913: add new test constant --- M src-test/src/org/openbravo/test/base/TestConstants.java --- |
(0143899) hgbot (developer) 2022-11-21 12:10 |
Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 9971c36c60c66a1796faf79c988566422cde926a Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 11:09:58 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/9971c36c60c66a1796faf79c988566422cde926a [^] related to ISSUE-50913: add date utils --- A src-test/src/org/openbravo/test/util/DateUtils.java --- |
(0143900) hgbot (developer) 2022-11-21 12:10 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/764 [^] |
(0143901) hgbot (developer) 2022-11-21 12:11 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/439 [^] |
(0143902) hgbot (developer) 2022-11-21 12:11 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: 2126a0eb0f9fb8c7d7294252366c2ed00050fc9f Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 08:31:48 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/2126a0eb0f9fb8c7d7294252366c2ed00050fc9f [^] fixes ISSUE-50913: helper class for testing MD models --- A src-test/org/openbravo/mobile/core/master/MasterdataModelTestHelper.java --- |
(0143903) hgbot (developer) 2022-11-21 12:12 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 91a79560eef6fd875f19aca5e4fb265d8deee2d6 Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 11:11:48 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/91a79560eef6fd875f19aca5e4fb265d8deee2d6 [^] related to ISSUE-50913: use new helper class Also renamed existing suite to it is automatically executed in CI --- A src-test/org/openbravo/retail/posterminal/StandaloneTestSuite.java M src-test/org/openbravo/retail/posterminal/PriceExceptionBaseTest.java M src-test/org/openbravo/retail/posterminal/ProductPriceExceptionTest.java --- |
(0143904) hgbot (developer) 2022-11-21 12:12 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/989 [^] |
(0143905) hgbot (developer) 2022-11-21 12:13 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 9a460d0b8101d754e7a20d1718633b18318e795d Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 11:12:58 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9a460d0b8101d754e7a20d1718633b18318e795d [^] related to ISSUE-50913: use new helper class --- M src-test/org/openbravo/pos2/master/RegularStoreSetTest.java M src-test/org/openbravo/pos2/master/SuperStoreSetTest.java M src-test/org/openbravo/pos2/master/print/TerminalTemplateTest.java M src-test/org/openbravo/pos2/process/ImportStoreSetTest.java M src-test/org/openbravo/pos2/storeset/StoreSetConfigurationTest.java M src-test/org/openbravo/pos2/storeset/discount/StoreSetDiscountRuleFilterProviderTest.java M src-test/org/openbravo/pos2/util/Pos2TestUtils.java --- |
(0143906) hgbot (developer) 2022-11-21 12:13 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1372 [^] |
(0143907) hgbot (developer) 2022-11-21 12:14 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/20 [^] |
(0143908) hgbot (developer) 2022-11-21 12:14 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition [^] Changeset: 1002946651b42654b97a10e8e36aae0c5f0b20d5 Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 21-11-2022 11:14:07 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/commit/1002946651b42654b97a10e8e36aae0c5f0b20d5 [^] related to ISSUE-50913: use new helper class --- M src-test/org/openbravo/discounts/propertycondition/master/DiscountPropertyCRMFilterTest.java --- |
(0143991) hgbot (developer) 2022-11-22 09:53 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 0be0facac922f53168f7f312508ad326c064e209 Author: Carlos Aristu <carlos.aristu@openbravo.com> Date: 22-11-2022 09:52:50 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/0be0facac922f53168f7f312508ad326c064e209 [^] related to ISSUE-50913: ignore test failing in CI temporarily --- M src-test/org/openbravo/retail/posterminal/ProductPriceExceptionTest.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2022-11-16 10:22 | caristu | New Issue | |
2022-11-16 10:22 | caristu | Assigned To | => caristu |
2022-11-16 10:22 | caristu | Triggers an Emergency Pack | => No |
2022-11-16 13:54 | hgbot | Note Added: 0143698 | |
2022-11-16 13:57 | hgbot | Note Added: 0143702 | |
2022-11-16 16:25 | hgbot | Note Added: 0143724 | |
2022-11-16 16:48 | hgbot | Note Added: 0143731 | |
2022-11-16 17:01 | hgbot | Note Added: 0143733 | |
2022-11-16 17:19 | caristu | Relationship added | blocks 0050791 |
2022-11-21 12:10 | hgbot | Note Added: 0143898 | |
2022-11-21 12:10 | hgbot | Note Added: 0143899 | |
2022-11-21 12:10 | hgbot | Note Added: 0143900 | |
2022-11-21 12:11 | hgbot | Resolution | open => fixed |
2022-11-21 12:11 | hgbot | Status | new => closed |
2022-11-21 12:11 | hgbot | Note Added: 0143901 | |
2022-11-21 12:11 | hgbot | Fixed in Version | => RR23Q1 |
2022-11-21 12:11 | hgbot | Note Added: 0143902 | |
2022-11-21 12:12 | hgbot | Note Added: 0143903 | |
2022-11-21 12:12 | hgbot | Note Added: 0143904 | |
2022-11-21 12:13 | hgbot | Note Added: 0143905 | |
2022-11-21 12:13 | hgbot | Note Added: 0143906 | |
2022-11-21 12:14 | hgbot | Note Added: 0143907 | |
2022-11-21 12:14 | hgbot | Note Added: 0143908 | |
2022-11-22 09:53 | hgbot | Note Added: 0143991 |
Copyright © 2000 - 2009 MantisBT Group |