Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_updateDocument_withExistingLang (0.98 sec)

  1. src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java

                // Should not throw exception
            } catch (Exception e) {
                fail("init() should not throw an exception: " + e.getMessage());
            }
        }
    
        public void test_updateDocument_withExistingLang() {
            Map<String, Object> doc = new HashMap<>();
            doc.put("lang", "ja");
            doc.put("title", "タイトル");
            doc.put("content", "コンテンツ");
    
            languageHelper.updateDocument(doc);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top