- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getDataMap_noNameAttribute (0.08 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/XmlUtilTest.java
Map<String, Object> dataMap = XmlUtil.getDataMap(accessResultData); assertNotNull(dataMap); assertEquals("", dataMap.get("empty")); } public void test_getDataMap_noNameAttribute() throws Exception { // Test parsing field without name attribute (should be ignored) String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<doc>\n" + " <field>No Name</field>\n"Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 8.3K bytes - Viewed (0)