Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_sitemaps_threadLocal (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java

            assertNotNull(emptyArray);
            assertEquals(0, emptyArray.length);
        }
    
        /**
         * Test thread-local nature of sitemaps
         */
        public void test_sitemaps_threadLocal() throws Exception {
            final String[] thread1Sitemaps = new String[] { "http://thread1.com/sitemap.xml" };
            final String[] thread2Sitemaps = new String[] { "http://thread2.com/sitemap.xml" };
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Sep 06 04:15:37 GMT 2025
    - 25.6K bytes
    - Click Count (0)
Back to Top