Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
jonnenauhaGH-37 Add version test for Varnish 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Berka committed Oct 18, 2018
1 parent 2cd428c commit 59168a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions varnish_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ func Test_VarnishVersion(t *testing.T) {
"varnishstat (varnish-5.2.0 revision 4c4875cbf)": &varnishVersion{
Major: 5, Minor: 2, Patch: 0, Revision: "4c4875cbf",
},
"varnishstat (varnish-4.1.10 revision 1d090c5a08f41c36562644bafcce9d3cb85d824f)": &varnishVersion{
Major: 4, Minor: 1, Patch: 10, Revision: "1d090c5a08f41c36562644bafcce9d3cb85d824f",
},
"varnishstat (varnish-4.1.0 revision 3041728)": &varnishVersion{
Major: 4, Minor: 1, Patch: 0, Revision: "3041728",
},
Expand Down

0 comments on commit 59168a2

Please sign in to comment.