Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testLargeTimezoneOffset (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertNotNull(result);
            assertTrue(result.contains("fileAttributes=0x0000"));
            assertTrue(result.contains("fileSize=0"));
        }
    
        @Test
        void testLargeTimezoneOffset() {
            // Test with maximum timezone offset
            long maxOffset = 12L * 3600000L; // +12 hours
            response = new SmbComQueryInformationResponse(mockConfig, maxOffset);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.9K bytes
    - Click Count (0)
Back to Top