mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Hold ReST API Unit Tests
* RM-1320, RM-1328, RM-1331, RM-1333 * added Mockito based framework for testing Java backed declarative web scripts and their templates git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@65762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -596,6 +596,9 @@
|
||||
<!-- Abstract parent bean for many POST and PUT Hold beans -->
|
||||
<bean id="rmBaseHold" parent="webscript" abstract="true">
|
||||
<property name="holdService" ref="HoldService" />
|
||||
<property name="recordService" ref="RecordService" />
|
||||
<property name="recordFolderService" ref="RecordFolderService" />
|
||||
<property name="nodeService" ref="NodeService" />
|
||||
</bean>
|
||||
|
||||
<!-- REST impl for POST Hold -->
|
||||
|
Reference in New Issue
Block a user