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

@@ -572,4 +572,9 @@ public class AVMServiceTestBase extends TestCase
int latest = fService.getNextVersionID(repName);
history.put(latest - 1, recursiveList(repName, -1, false));
}
protected String getSourceFolder()
{
return System.getProperty("alfresco.java.sources.dir", "source/java");
}
}