- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_purge_withExpiredFiles (0.08 sec)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
// Test destroy public void test_destroy() { thumbnailManager.destroy(); assertFalse(thumbnailManager.generating); } // Test purge with expired files public void test_purge_withExpiredFiles() throws IOException { // Create test files File dir1 = new File(tempDir, "_1"); dir1.mkdirs(); File expiredFile = new File(dir1, "expired.png");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0)