mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix the AVM test suite so that all AVM tests can be run from it, and enable that instead of individual tests in build.xml
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -63,19 +63,19 @@ public class AVMServiceLocalTest extends TestCase
|
||||
/**
|
||||
* The AVMRemote - can be local (AVMRemoteLocal) or remote (AVMRemote)
|
||||
*/
|
||||
protected static AVMRemote fService;
|
||||
protected AVMRemote fService;
|
||||
|
||||
/**
|
||||
* The AVMSyncService - can be local (AVMSyncService) or remote (AVMSyncServiceRemote)
|
||||
*/
|
||||
protected static AVMSyncService fSyncService;
|
||||
protected AVMSyncService fSyncService;
|
||||
|
||||
/**
|
||||
* The application context.
|
||||
*/
|
||||
protected static ApplicationContext fContext;
|
||||
protected ApplicationContext fContext;
|
||||
|
||||
protected static NameMatcher excluder;
|
||||
protected NameMatcher excluder;
|
||||
|
||||
|
||||
protected void setUp() throws Exception
|
||||
|
Reference in New Issue
Block a user