- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_destroy_finished (0.06 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.finishCrawling = false; indexUpdater.destroy(); assertTrue(crawler.stopCalled); } // Test destroy when crawling is finished public void test_destroy_finished() { indexUpdater.finishCrawling = true; indexUpdater.destroy(); // finishCrawling should be set when max empty list count is exceeded // In test environment this may not work as expected
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)