Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getAccountId_exception_handling (0.12 sec)

  1. src/test/java/org/codelibs/fess/helper/SambaHelperTest.java

            // Test with Turkish locale characters that have special lowercase rules
            assertEquals("1üser", sambaHelper.getAccountId(createMockSID(1, "Üser")));
        }
    
        public void test_getAccountId_exception_handling() throws SmbException {
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                @Override
                public String getSmbAvailableSidTypes() {
                    return "1";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 14.7K bytes
    - Viewed (0)
Back to top