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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user