Ignore:
Timestamp:
02/12/15 13:09:57 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha 19: better UI for statistics, misc bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/test/java/eu/clarin/sru/fcs/aggregator/app/ScanCrawlerTest.java

    r5957 r5971  
    3737                        InitialContext context = new InitialContext();
    3838                        String centerRegistryUrl = (String) context.lookup("java:comp/env/center-registry-url");
    39                         CenterRegistry centerRegistry = new CenterRegistryLive(centerRegistryUrl, filter);
    40                         ScanCrawler crawler = new ScanCrawler(centerRegistry, sruClient, 2);
     39                        ScanCrawler crawler = new ScanCrawler(
     40                                        new CenterRegistryLive(centerRegistryUrl, filter).getCQLInstitutions(),
     41                                        sruClient, 2);
    4142                        Corpora cache = crawler.crawl();
    4243                        Corpus tueRootCorpus = cache.findByEndpoint("http://weblicht.sfs.uni-tuebingen.de/rws/sru/").get(0);
Note: See TracChangeset for help on using the changeset viewer.