Package org.openbravo.test.datasource
Class OrganizationWindowRoleFilterTest
- java.lang.Object
-
- org.openbravo.test.base.MockableBaseTest
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.test.datasource.BaseDataSourceTestDal
-
- org.openbravo.test.datasource.OrganizationWindowRoleFilterTest
-
public class OrganizationWindowRoleFilterTest extends BaseDataSourceTestDal
Test class to verify that Organization Window shows only the readable organizations for a role, when this role has access to only a subset of all available organizations- Author:
- jarmendariz
-
-
Field Summary
-
Fields inherited from class org.openbravo.test.datasource.BaseDataSourceTestDal
LOGIN, POST_METHOD, PWD
-
Fields inherited from class org.openbravo.test.base.OBBaseTest
DOLLAR, DOLLAR_ID, EURO, EURO_ID, QA_TEST_ADMIN_USER_ID, QA_TEST_CLIENT_ID, QA_TEST_ORG_ID, TEST_BP_CATEGORY_ID, TEST_CLIENT_ID, TEST_INVOICE_ID, TEST_LOCATION_ID, TEST_ORDER_ID, TEST_ORG_ID, TEST_ORG_TREE, TEST_PRODUCT_ID, TEST_ROLE_ID, TEST_US_ORG_ID, TEST_USER_ID, TEST_WAREHOUSE_ID, TEST2_USER_ID, userIds, watchFailures
-
-
Constructor Summary
Constructors Constructor Description OrganizationWindowRoleFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
Sets the current user to theOBBaseTest.TEST_USER_ID
user.void
tearDown()
void
testOrganizationShowsOnlyReadableOrgsByRole()
-
Methods inherited from class org.openbravo.test.datasource.BaseDataSourceTestDal
authenticate, changeProfile, doRequest, doRequest, doRequest, getLogin, getOpenbravoURL, getPassword, getSessionCsrfToken, logout
-
Methods inherited from class org.openbravo.test.base.OBBaseTest
addReadWriteAccess, classSetUp, commitTransaction, count, getConnectionProvider, getOneInstance, getRandomUser, getTestLogAppender, initializeDalLayer, initializeDisabledTestCases, initializeTestLogAppender, isErrorOccured, reportException, rollback, setLogStackTraces, setQAAdminContext, setSystemAdministratorContext, setTestAdminContext, setTestLogAppenderLevel, setTestUserContext, setUserContext, shouldMockServletContext, staticInitializeDalLayer, testDone
-
Methods inherited from class org.openbravo.test.base.MockableBaseTest
mockStatic
-
-
-
-
Method Detail
-
setUp
public void setUp() throws Exception
Description copied from class:OBBaseTest
Sets the current user to theOBBaseTest.TEST_USER_ID
user. This method also mocks the servlet context through theDalContextListener
if the test case is configured to do so.- Overrides:
setUp
in classOBBaseTest
- Throws:
Exception
-
testOrganizationShowsOnlyReadableOrgsByRole
public void testOrganizationShowsOnlyReadableOrgsByRole() throws Exception
- Throws:
Exception
-
tearDown
public void tearDown()
-
-