Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearProperty (0.06 sec)

  1. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            try {
                System.setProperty("fess.log.path", "logpath");
                assertEquals("logpath", systemHelper.getLogFilePath());
            } finally {
                System.clearProperty("fess.log.path");
            }
        }
    
        public void test_getForumLink() {
            getMockRequest().setLocale(Locale.ENGLISH);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top