Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parseMinimalValid (0.28 sec)

  1. src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java

            parser.getWebConfig().ifPresent(config -> {
                assertEquals("custom-agent", config.getUserAgent());
            }).orElse(() -> fail("WebConfig should be present"));
        }
    
        public void test_parseMinimalValid() {
            GsaConfigParser parser = new GsaConfigParser();
            String minimalXml = "<?xml version=\"1.0\"?>" + "<eef><config><globalparams>" + "<start_urls>https://example.com</start_urls>"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top