rebased to master

This commit is contained in:
James DeFelice
2015-03-09 14:08:11 +00:00
parent 4943fe937b
commit bf02d17244

View File

@@ -850,7 +850,7 @@ func TestEtcdCreate(t *testing.T) {
// Ensure that when scheduler creates a binding for a pod that has already been deleted // Ensure that when scheduler creates a binding for a pod that has already been deleted
// by the API server, API server returns not-found error. // by the API server, API server returns not-found error.
func TestEtcdCreateBindingNoPod(t *testing.T) { func TestEtcdCreateBindingNoPod(t *testing.T) {
registry, bindingRegistry, fakeClient, _ := newStorage(t) registry, bindingRegistry, _, fakeClient, _ := newStorage(t)
ctx := api.NewDefaultContext() ctx := api.NewDefaultContext()
fakeClient.TestIndex = true fakeClient.TestIndex = true