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:
N Smith
2011-07-12 16:08:06 +00:00
parent 90102ca33e
commit a750e322f7
5 changed files with 32 additions and 19 deletions

View File

@@ -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());