Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getRequestedTimeZone_withNullRequestManager (0.23 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProviderTest.java

            assertSame(tz1, tz2);
            assertSame(FessUserTimeZoneProcessProvider.centralTimeZone, tz1);
        }
    
        // Test with null RequestManager (edge case)
        public void test_getRequestedTimeZone_withNullRequestManager() {
            // Execute with null request manager
            TimeZone result = provider.getRequestedTimeZone(null);
    
            // Should still return the central time zone
            assertNotNull(result);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 6.9K bytes
    - Viewed (0)
Back to top