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:
@@ -316,7 +316,9 @@ public class AVMLockingServiceTest extends TestCase
|
||||
{
|
||||
BulkLoader loader = new BulkLoader();
|
||||
loader.setAvmService(avmService);
|
||||
loader.recursiveLoad("source/java/org/alfresco/repo/avm", "main--admin:/");
|
||||
loader.recursiveLoad(
|
||||
System.getProperty("alfresco.java.sources.dir", "source/java") + "/org/alfresco/repo/avm",
|
||||
"main--admin:/");
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user