Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestParseLifecycleConfigWithID (0.24 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    			if err != nil {
    				t.Fatalf("%d: Failed to unmarshal xml %v", i+1, err)
    			}
    			t.Fatalf("%d: Expected %v but got %v", i+1, tc.expected, got)
    		}
    	}
    }
    
    func TestParseLifecycleConfigWithID(t *testing.T) {
    	r := bytes.NewReader([]byte(`<LifecycleConfiguration>
    								  <Rule>
    	                              <ID>rule-1</ID>
    		                          <Filter>
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top