Project:
View Revisions: Issue #54298 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0054298: Some tests fail without org.openbravo.test.mobile.sampledata | ||
Revision | 2024-01-12 13:49 by aferraz | ||
Description | If we run discount engine tests in try-pos2, there are some tests failing due to missing CRM configuration. Once this is fixed, we should be able to add discount engine tests to try-pos2 execution: diff --git a/retail/pos2-modules.json b/retail/pos2-modules.json index f7a2a7b..286a77c 100644 --- a/retail/pos2-modules.json +++ b/retail/pos2-modules.json @@ -607,6 +607,22 @@ "ver": "master" }, "javapackage": "org.openbravo.taxes" + }, + { + "method": "git", + "params": { + "url": "https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts", [^] + "ver": "master" + }, + "javapackage": "org.openbravo.discounts" + }, + { + "method": "git", + "params": { + "url": "https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.discounts.tests", [^] + "ver": "master" + }, + "javapackage": "org.openbravo.retail.discounts.tests" } ], "deps": [{ |
||
Revision | 2024-01-11 14:00 by aferraz | ||
Description | If we run discount engine tests in try-pos2, there are some tests failing due to missing CRM configuration. |
Copyright © 2000 - 2009 MantisBT Group |