diff --git a/src-test/src/org/openbravo/test/base/OBBaseTest.java b/src-test/src/org/openbravo/test/base/OBBaseTest.java index e909f2437142b97ed6ab9312486538b79ba95b99..0b89e95b05897cd0c2562fe9b5dbf99bb48d477e 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 */