Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_schemaLocation (0.5 seconds)

  1. src/test/java/org/codelibs/fess/webapp/WebXmlTest.java

            }
            final Element root = webXmlDocument.getDocumentElement();
            assertEquals("https://jakarta.ee/xml/ns/jakartaee", root.getNamespaceURI());
        }
    
        @Test
        public void test_schemaLocation() {
            if (webXmlDocument == null) {
                return;
            }
            final Element root = webXmlDocument.getDocumentElement();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 09:08:35 GMT 2026
    - 3.1K bytes
    - Click Count (0)
Back to Top