Make whole heap of tests better

This commit is contained in:
Miek Gieben
2016-03-19 14:46:32 +00:00
parent 01d5804c13
commit d933bb2666
8 changed files with 64 additions and 173 deletions

View File

@@ -1,11 +1,6 @@
package core
import (
"net/http"
"testing"
"time"
)
/*
func TestCaddyStartStop(t *testing.T) {
caddyfile := "localhost:1984"
@@ -30,3 +25,4 @@ func TestCaddyStartStop(t *testing.T) {
}
}
}
*/