- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUpdateExistingChild (0.08 sec)
-
src/test/java/jcifs/internal/smb2/lease/DirectoryCacheEntryTest.java
assertEquals(creationTime, fileInfo.getCreationTime()); assertEquals(lastAccessTime, fileInfo.getLastAccessTime()); } @Test public void testUpdateExistingChild() { String childName = "file1.txt"; // Initial update - should mark as changed entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L); assertTrue(entry.hasChanges());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 8.4K bytes - Viewed (0)