Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEmptyFilenameHandling (0.11 sec)

  1. src/test/java/jcifs/internal/smb1/trans2/Trans2FindNext2Test.java

            assertEquals(maxResumeKey, SMBUtil.readInt4(buffer, 6));
            // maxBatchSize is stored in the protected field maxDataCount
        }
    
        @Test
        void testEmptyFilenameHandling() {
            // Test with empty filename
            trans2FindNext2 = new Trans2FindNext2(config, TEST_SID, TEST_RESUME_KEY, "", TEST_BATCH_COUNT, TEST_BATCH_SIZE);
    
            byte[] buffer = new byte[256];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.2K bytes
    - Viewed (0)
Back to top