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:
Gavin Cornwell
2011-09-28 15:29:41 +00:00
parent bf08a40c66
commit 691ca2bbf7

View File

@@ -310,7 +310,7 @@ public class BlogServiceTest extends BaseWebScriptTest
/**
* @since 4.0
*/
public void offtestCreateDraftPostWithTagsAndComment() throws Exception
public void testCreateDraftPostWithTagsAndComment() throws Exception
{
String[] tags = new String[]{"foo", "bar"};
String title = "test";