mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
AVM tests - only run explicit queries on basic tree (not implicitly for every setup)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21742 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -98,6 +98,12 @@ public class AVMServiceTest extends AVMServiceTestBase
|
||||
super.testSetup();
|
||||
}
|
||||
|
||||
public void testSetupAndQueriesAgainstBasicTree() throws Exception
|
||||
{
|
||||
setupBasicTree();
|
||||
runQueriesAgainstBasicTree("main");
|
||||
}
|
||||
|
||||
public void test_ALF_786() throws Exception
|
||||
{
|
||||
int threads= 4;
|
||||
|
@@ -92,7 +92,6 @@ public class AVMServiceTestBase extends TestCase
|
||||
|
||||
public void testSetup() throws Exception
|
||||
{
|
||||
setupBasicTree();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -289,7 +288,6 @@ public class AVMServiceTestBase extends TestCase
|
||||
throws IOException
|
||||
{
|
||||
setupBasicTree0();
|
||||
runQueriesAgainstBasicTree("main");
|
||||
}
|
||||
|
||||
protected void runQueriesAgainstBasicTree(String store)
|
||||
|
Reference in New Issue
Block a user