Merged ACE-1636 to HEAD update to Activiti 5.19.0

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@118791 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2015-11-27 15:59:58 +00:00
parent acb6e2db75
commit 441a1f4ae4
12 changed files with 625 additions and 114 deletions

View File

@@ -64,7 +64,10 @@ public class SchemaReferenceFileTest
@After
public void tearDown()
{
ctx.close();
if(ctx != null)
{
ctx.close();
}
}
@Test