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:
N Smith
2009-08-21 16:38:59 +00:00
parent e34403e636
commit 99395b7ed2
6 changed files with 386 additions and 2 deletions

View File

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