Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_offerAll_emptyListTx (8.81 sec)

  1. fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueServiceTest.java

            assertNotNull(first);
            // Weight should be highest
            assertTrue(first.getWeight() >= 1);
    
            urlQueueService.delete(sessionId);
        }
    
        public void test_offerAll_emptyListTx() {
            final String sessionId = "offer_session1";
            final List<OpenSearchUrlQueue> emptyList = new ArrayList<>();
    
            // Should not throw exception
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 08:40:57 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top