mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed several failing Publishing tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -92,12 +92,8 @@ public class PublishWebContentJbpmTest extends BaseSpringTest
|
||||
};
|
||||
}
|
||||
|
||||
public void testBlank() throws Exception
|
||||
{
|
||||
}
|
||||
|
||||
@Test
|
||||
public void xtestProcessTimers() throws Exception
|
||||
public void testProcessTimers() throws Exception
|
||||
{
|
||||
final Calendar scheduledTime = Calendar.getInstance();
|
||||
scheduledTime.add(Calendar.SECOND, 5);
|
||||
@@ -127,7 +123,7 @@ public class PublishWebContentJbpmTest extends BaseSpringTest
|
||||
}
|
||||
|
||||
@Test
|
||||
public void xtestProcessPublishPath() throws Exception
|
||||
public void testProcessPublishPath() throws Exception
|
||||
{
|
||||
// Set Status to IN_PROGRESS
|
||||
nodeService.setProperty(event, PROP_PUBLISHING_EVENT_STATUS, Status.IN_PROGRESS.name());
|
||||
|
Reference in New Issue
Block a user