Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAddFessCustomSystemProperties (0.08 sec)

  1. src/test/java/org/codelibs/fess/job/ExecJobTest.java

            // Test with regex pattern
            execJob.testAddFessCustomSystemProperties(cmdList, "custom\\.prop\\..*");
    
            assertEquals(2, cmdList.size());
            assertTrue(cmdList.contains("-Dcustom.prop.one=value1"));
            assertTrue(cmdList.contains("-Dcustom.prop.two=value2"));
    
            // Test with null regex
            cmdList.clear();
            execJob.testAddFessCustomSystemProperties(cmdList, null);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 24.5K bytes
    - Viewed (0)
Back to top