rename gzip test function to TestGzipHandler

This commit is contained in:
Abiola Ibrahim 2015-06-07 01:27:36 +01:00
parent c9233d7446
commit 13db60d382

View file

@ -9,7 +9,7 @@ import (
"github.com/mholt/caddy/middleware"
)
func Test(t *testing.T) {
func TestGzipHandler(t *testing.T) {
pathFilter := PathFilter{make(Set)}
badPaths := []string{"/bad", "/nogzip", "/nongzip"}