Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for modifyEngine (0.07 seconds)

  1. src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java

                }
            });
    
            // Execute first time
            Object result1 = scriptExecutor.execute("modifyEngine", "script1");
            assertEquals(2, result1); // executor + newKey
    
            // Execute second time - params should be fresh
            Object result2 = scriptExecutor.execute("modifyEngine", "script2");
            assertEquals(2, result2); // Should still be 2, not accumulating
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 10.5K bytes
    - Click Count (0)
Back to Top