- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_execute_longScript (0.35 sec)
-
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
result = jobExecutor.execute("test", "script with 'single quotes'"); assertEquals("Executed: test script with 'single quotes'", result); } public void test_execute_longScript() { // Test with long script StringBuilder longScript = new StringBuilder(); for (int i = 0; i < 1000; i++) { longScript.append("line ").append(i).append("\n"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0)