Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_deleteNonExistentId (1.1 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerErrorHandlingTest.java

        // ============================================================
        // Tests for delete operations error handling
        // ============================================================
    
        @Test
        public void test_deleteNonExistentId() throws Exception {
            SuggestDeleteResponse response = suggester.indexer().delete("non-existent-id");
    
            assertNotNull(response);
            // Deleting non-existent ID should not cause error
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriterTest.java

    Shinsuke Sugaya <******@****.***> 1773455738 +0900
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.3K bytes
    - Click Count (0)
Back to Top