Fix for build issue - ConcurrentNodeServiceTest

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4851 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2007-01-16 17:32:07 +00:00
parent 516471381d
commit b15a708086
5 changed files with 76 additions and 25 deletions

View File

@@ -152,9 +152,6 @@ public class ConcurrentNodeServiceTest extends TestCase
}
}
// Make sure there is no pending commit we just hit
Thread.sleep(20000);
SearchService searcher = (SearchService) ctx.getBean(ServiceRegistry.SEARCH_SERVICE.getLocalName());
assertEquals(2 * ((count * repeats) + 1), searcher.selectNodes(rootNodeRef, "/*", null,
getNamespacePrefixReolsver(""), false).size());