mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fill out CMIS Web Service query result set:
- result set driven from select columns (not fixed set of doc/folder props) - support for multi-valued properties (to v0.5 spec, will have to change for v0.6) To support AIIM demo. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13728 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -85,10 +85,9 @@ public class AssetTest extends BaseWebScriptTest {
|
||||
@Override
|
||||
protected void setUp() throws Exception
|
||||
{
|
||||
setCustomContext(SUBMIT_CONFIG_LOCATION);
|
||||
super.setUp();
|
||||
|
||||
initServer(SUBMIT_CONFIG_LOCATION);
|
||||
|
||||
this.authenticationService = (AuthenticationService)getServer().getApplicationContext().getBean("AuthenticationService");
|
||||
this.authenticationComponent = (AuthenticationComponent)getServer().getApplicationContext().getBean("authenticationComponent");
|
||||
this.personService = (PersonService)getServer().getApplicationContext().getBean("PersonService");
|
||||
|
Reference in New Issue
Block a user