- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for modifyEngine (0.46 sec)
-
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 }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0)