Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestLegacyConfig (0.46 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

            // needs to be adjusted when default changes
            assertEquals(DialectVersion.SMB210, p3.getMaximumVersion());
    
        }
    
    
        @Test
        // #226
        public void testLegacyConfig () throws CIFSException {
            Properties prop1 = new Properties();
            prop1.setProperty("jcifs.smb.client.enableSMB2", "false");
            prop1.setProperty("jcifs.smb.client.disableSMB1", "false");
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    func newMockInvalidKeyIDEnvelopeKMSv2Service(ctx context.Context, endpoint string, timeout time.Duration, keyID string) (kmsservice.Service, error) {
    	return &testKMSv2EnvelopeService{nil, keyID, 0, nil}, nil
    }
    
    func TestLegacyConfig(t *testing.T) {
    	legacyV1Config := "testdata/valid-configs/legacy.yaml"
    	legacyConfigObject, _, err := loadConfig(legacyV1Config, false)
    	cacheSize := int32(10)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top