Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadParameterWordsWireFormatWithZeroWordCount (2.08 sec)

  1. src/test/java/jcifs/internal/smb1/com/SmbComQueryInformationResponseTest.java

            // UTime is seconds since 1970, so we need to compare at second precision
            assertEquals(lastWriteTime / 1000, readTime / 1000);
        }
    
        @Test
        void testReadParameterWordsWireFormatWithZeroWordCount() {
            // Test reading when wordCount is 0
            response = new SmbComQueryInformationResponse(mockConfig, 0L);
    
            // Set wordCount to 0
            setFieldValue(response, "wordCount", 0);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.9K bytes
    - Viewed (0)
Back to top