Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/xl-storage_test.go

    	}
    
    	testCases := []struct {
    		srcVol  string
    		srcPath string
    		// expected result.
    		expectedListDir []string
    		expectedErr     error
    	}{
    		// TestXLStorage case - 1.
    		// valid case with existing volume and file to delete.
    		{
    			srcVol:          "success-vol",
    			srcPath:         "abc",
    			expectedListDir: []string{"def/", "xyz/"},
    			expectedErr:     nil,
    		},
    		// TestXLStorage case - 1.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 66.7K bytes
    - Viewed (0)
Back to top