Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_special_characters_in_paths (0.39 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

            assertTrue(true);
    
            generator.setCommandDestroyTimeout(Long.MAX_VALUE);
            assertTrue(true);
        }
    
        // Test special characters in paths
        public void test_special_characters_in_paths() throws Exception {
            final File tempDir = new File(System.getProperty("java.io.tmpdir"));
            final File outputFile = new File(tempDir, "test file with spaces.out");
    
            try {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top