- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for MalformedXML (0.05 seconds)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
} @Test public void test_parseWithMalformedXml() { GsaConfigParser parser = new GsaConfigParser(); String malformedXml = "<?xml version=\"1.0\"?><eef><unclosed>"; try { parser.parse(new InputSource(new StringReader(malformedXml))); fail("Should throw GsaConfigException"); } catch (GsaConfigException e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0)