Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for schemaLocation (0.11 seconds)

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

                return;
            }
            final Element root = webXmlDocument.getDocumentElement();
            final String schemaLocation = root.getAttributeNS("http://www.w3.org/2001/XMLSchema-instance", "schemaLocation");
            assertTrue("schemaLocation should reference web-app_6_1.xsd", schemaLocation.contains("web-app_6_1.xsd"));
        }
    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