mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Fixed ALF-10541: Test disabled: BlogServiceImplTest findBlogPostsByPublishedDate and testCreateDraftPostWithTagsAndComment
Fixed underlying issue and re-instated the tests. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30825 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -310,7 +310,7 @@ public class BlogServiceTest extends BaseWebScriptTest
|
|||||||
/**
|
/**
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
public void offtestCreateDraftPostWithTagsAndComment() throws Exception
|
public void testCreateDraftPostWithTagsAndComment() throws Exception
|
||||||
{
|
{
|
||||||
String[] tags = new String[]{"foo", "bar"};
|
String[] tags = new String[]{"foo", "bar"};
|
||||||
String title = "test";
|
String title = "test";
|
||||||
|
Reference in New Issue
Block a user