Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_updateParams (0.41 sec)

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

            } catch (FessSystemException e) {
                assertEquals("No crawling session.", e.getMessage());
                assertTrue(e.getCause() instanceof RuntimeException);
            }
        }
    
        public void test_updateParams() {
            final String sessionId = "update-session";
            final CrawlingInfo existingInfo = new CrawlingInfo();
            existingInfo.setId("info-456");
            existingInfo.setSessionId(sessionId);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top