Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for foundPrefixes (0.31 sec)

  1. cmd/object-api-listobjects_test.go

    				}
    			}
    
    			if len(testCase.result.Prefixes) != len(foundPrefixes) {
    				t.Logf("want: %v", testCase.result.Prefixes)
    				t.Logf("got: %v", foundPrefixes)
    				t.Errorf("Test %d: %s: Expected number of prefixes in the result to be '%d', but found '%d' prefixes instead",
    					i+1, instanceType, len(testCase.result.Prefixes), len(foundPrefixes))
    			}
    			for j := 0; j < len(testCase.result.Prefixes); j++ {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
Back to top