mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
BDE-73 BDE-78 Filter some failing tests to compute coverage + tune AVM tests to make them resilient to a change of working folder
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@39433 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1043,7 +1043,8 @@ public class AVMServiceLocalTest extends TestCase
|
||||
public void testBulkUpdateLD() throws Exception
|
||||
{
|
||||
//String LOAD_DIR = "config/alfresco/bootstrap";
|
||||
String LOAD_DIR = "source/java/org/alfresco/repo/avm/actions";
|
||||
String LOAD_DIR = System.getProperty("alfresco.java.sources.dir", "source/java") +
|
||||
"/org/alfresco/repo/avm/actions";
|
||||
|
||||
String[] split = LOAD_DIR.split("/");
|
||||
String DIR = split[split.length-1];
|
||||
|
Reference in New Issue
Block a user