Fixed publishing tests to use public service beans ('ChannelService' and 'PublishingService')

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32275 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-11-24 12:52:52 +00:00
parent 69623f9978
commit 9e7c10abd0
4 changed files with 11 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ import org.alfresco.util.ParameterCheck;
*/
public class PublishServiceImpl implements PublishingService
{
public static final String NAME = "publishingService";
public static final String NAME = "PublishingService";
private PublishingEventHelper publishingEventHelper;
private PublishingRootObject rootObject;