Remove unused helper methods for PullPolicy.

This commit is contained in:
Dawn Chen
2015-01-16 17:05:13 -08:00
parent 3101a33d32
commit 92ff4cd2b1
2 changed files with 0 additions and 26 deletions

View File

@@ -59,8 +59,6 @@ func TestSemantic(t *testing.T) {
true,
},
{resource.MustParse("2m"), resource.MustParse("1m"), false},
{PullPolicy("NEVER"), PullPolicy("neveR"), true},
{PullPolicy("NEVER"), PullPolicy("neveRi"), false},
}
for index, item := range table {