mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Moved the various test context files from config/test/alfresco/ to source/test-resource/jbpm-test. This was done to try and fix the currently broken build.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15859 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -86,8 +86,8 @@ public class JBPMEngineUnitTest extends TestCase
|
||||
private static final NodeRef companyHome = new NodeRef("for://test/home");
|
||||
|
||||
private static final ClassPathXmlApplicationContext ctx = new ClassPathXmlApplicationContext(
|
||||
new String[] { "classpath:test/alfresco/test-database-context.xml",
|
||||
"classpath:test/alfresco/test-workflow-context.xml", });
|
||||
new String[] { "classpath:jbpm-test/test-database-context.xml",
|
||||
"classpath:jbpm-test/test-workflow-context.xml", });
|
||||
|
||||
private JBPMEngine engine = new JBPMEngine();
|
||||
|
||||
|
Reference in New Issue
Block a user