Fix more tests and remove json caddyfile stuff

This commit is contained in:
Miek Gieben 2016-03-19 14:55:26 +00:00
parent d933bb2666
commit 0ed79664db
4 changed files with 5 additions and 345 deletions

View file

@ -1,15 +1,8 @@
package https
import (
"crypto/tls"
"io/ioutil"
"log"
"os"
"testing"
"github.com/miekg/coredns/core/setup"
)
// TODO(miek): all fail
/*
func TestMain(m *testing.M) {
// Write test certificates to disk before tests, and clean up
// when we're done.
@ -230,3 +223,4 @@ AwEHoUQDQgAEs22MtnG79K1mvIyjEO9GLx7BFD0tBbGnwQ0VPsuCxC6IeVuXbQDL
SiVQvFZ6lUszTlczNxVkpEfqrM6xAupB7g==
-----END EC PRIVATE KEY-----
`)
*/