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:
Samuel Langlois
2012-07-18 14:56:42 +00:00
parent d0951d2931
commit 454954caad
9 changed files with 39 additions and 26 deletions

View File

@@ -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];