ALF-10291: Test disabled: SOLRTrackingComponentTest (various)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30472 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-09-13 13:13:19 +00:00
parent ca11ba7b54
commit 3914c77f50

View File

@@ -135,7 +135,7 @@ public class SOLRTrackingComponentTest extends TestCase
assertEquals("ACL count should have matched", totalAcls, totalAclsCheck);
}
public void testGetNodeMetaData()
public void DISABLED_testGetNodeMetaData()
{
long startTime = System.currentTimeMillis();
@@ -157,7 +157,7 @@ public class SOLRTrackingComponentTest extends TestCase
getNodeMetaData(nodeMetaDataParams, null, st);
}
public void testGetNodeMetaData100Nodes()
public void DISABLED_testGetNodeMetaData100Nodes()
{
long startTime = System.currentTimeMillis();
@@ -186,7 +186,7 @@ public class SOLRTrackingComponentTest extends TestCase
// assertEquals("Unxpected number of nodes", 3, bt.getSuccessCount());
}
public void testNodeMetaDataManyNodes() throws Exception
public void DISABLED_testNodeMetaDataManyNodes() throws Exception
{
long fromCommitTime = System.currentTimeMillis();
@@ -243,7 +243,7 @@ public class SOLRTrackingComponentTest extends TestCase
getNodeMetaData(nodeMetaDataParams, null, st);
}
public void testNodeMetaDataCache() throws Exception
public void DISABLED_testNodeMetaDataCache() throws Exception
{
long fromCommitTime = System.currentTimeMillis();
@@ -273,7 +273,7 @@ public class SOLRTrackingComponentTest extends TestCase
getNodeMetaData(nodeMetaDataParams, filter, st);
}
public void testNodeMetaDataNullPropertyValue() throws Exception
public void DISABLED_testNodeMetaDataNullPropertyValue() throws Exception
{
long fromCommitTime = System.currentTimeMillis();
@@ -295,7 +295,7 @@ public class SOLRTrackingComponentTest extends TestCase
getNodeMetaData(nodeMetaDataParams, null, st);
}
public void testFilters()
public void DISABLED_testFilters()
{
long startTime = System.currentTimeMillis();