Merged V2.0 to HEAD

5540: Merged 1.4 to 2.0
      5515, 5520: LuceneTest2


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5545 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley 2007-04-25 02:33:59 +00:00
parent a85bc773c3
commit 08897ad76b

View File

@ -490,7 +490,7 @@ public class LuceneTest2 extends TestCase
}
public void testDeleteSecondaryAssocToContainer() throws Exception
public void xtestDeleteSecondaryAssocToContainer() throws Exception
{
luceneFTS.pause();
@ -739,7 +739,7 @@ public class LuceneTest2 extends TestCase
}
public void testDeleteSecondaryAssocToLeaf() throws Exception
public void xtestDeleteSecondaryAssocToLeaf() throws Exception
{
luceneFTS.pause();
@ -978,7 +978,7 @@ public class LuceneTest2 extends TestCase
luceneFTS.resume();
}
public void testDeleteIssue() throws Exception
public void xtestDeleteIssue() throws Exception
{
testTX.commit();
@ -1143,7 +1143,7 @@ public class LuceneTest2 extends TestCase
}
public void testDeltaIssue() throws Exception
public void xtestDeltaIssue() throws Exception
{
luceneFTS.pause();
final NodeService pns = (NodeService) ctx.getBean("NodeService");
@ -1316,7 +1316,7 @@ public class LuceneTest2 extends TestCase
}
}
public void testSort() throws Exception
public void xtestSort() throws Exception
{
luceneFTS.pause();
buildBaseIndex();
@ -4388,8 +4388,6 @@ public class LuceneTest2 extends TestCase
tx3.commit();
}
// Ignore the following test until implementation is completed
public void testReadAgainstDelta() throws Exception
{
testTX.commit();