From 768b6c33878c84441668c45f30ee0e394233cf06 Mon Sep 17 00:00:00 2001 From: Carlos Aristu Date: Tue, 11 Jan 2022 11:31:07 +0100 Subject: [PATCH] fixes ISSUE-48372: Add constant for QA Admin Role --- src-test/src/org/openbravo/test/base/OBBaseTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src-test/src/org/openbravo/test/base/OBBaseTest.java b/src-test/src/org/openbravo/test/base/OBBaseTest.java index e909f24371..0b89e95b05 100644 --- a/src-test/src/org/openbravo/test/base/OBBaseTest.java +++ b/src-test/src/org/openbravo/test/base/OBBaseTest.java @@ -11,7 +11,7 @@ * under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU - * All portions are Copyright (C) 2014-2020 Openbravo SLU + * All portions are Copyright (C) 2014-2022 Openbravo SLU * All Rights Reserved. * Contributor(s): ______________________________________. ************************************************************************ @@ -266,6 +266,11 @@ public class OBBaseTest { */ protected static final String QA_TEST_ADMIN_USER_ID = "4028E6C72959682B01295A0735CB0120"; + /** + * Record ID of the "Admin" role of QA Test client + */ + protected static final String QA_TEST_ADMIN_ROLE_ID = "4028E6C72959682B01295A071429011E"; + /** * Record ID of the "Customer" Business Partner Category */ -- GitLab