mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed startup issue if custom client configuration was in place
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2313 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -249,7 +249,8 @@ public class WebClientConfigTest extends BaseTest
|
||||
getConfigElement(ClientConfigElement.CONFIG_ELEMENT_ID);
|
||||
assertNotNull("client config", clientConfig);
|
||||
|
||||
assertEquals("error page", "/jsp/error-override.jsp", clientConfig.getErrorPage());
|
||||
// make sure the error page is still set as the default
|
||||
assertEquals("error page", "/jsp/error.jsp", clientConfig.getErrorPage());
|
||||
assertEquals("login page", "/jsp/login-override.jsp", clientConfig.getLoginPage());
|
||||
assertEquals("home space permission", "Editor", clientConfig.getHomeSpacePermission());
|
||||
assertEquals("help url", "http://www.somewhere.com/help", clientConfig.getHelpUrl());
|
||||
|
Reference in New Issue
Block a user