Skip to content

Commit

Permalink
Merge pull request kubernetes#4985 from thockin/gofuzz
Browse files Browse the repository at this point in the history
Update gofuzz dep
  • Loading branch information
lavalamp committed Mar 6, 2015
2 parents ca265c5 + f9e2df3 commit b0f4944
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Godeps/_workspace/src/github.com/google/gofuzz/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 101 additions & 21 deletions Godeps/_workspace/src/github.com/google/gofuzz/fuzz.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 126 additions & 0 deletions Godeps/_workspace/src/github.com/google/gofuzz/fuzz_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/api/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var Semantic = conversion.EqualitiesOrDie(
return a.Amount.Cmp(b.Amount) == 0
},
func(a, b util.Time) bool {
return a.Unix() == b.Unix()
return a.UTC() == b.UTC()
},
)

Expand Down
Loading

0 comments on commit b0f4944

Please sign in to comment.