Lowercase the Test to test

This commit is contained in:
Miek Gieben 2014-09-05 08:47:23 +01:00
parent 4b1fbc358e
commit 818abf8202
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ PrivateKey: WURgWHCcYIYUPWgeLmiPY2DJJk02vgrmTfitxgqcL4vwW7BOrbawVmVe0d9V94SR`
}
}
func TestSignVerifyECDSA2(t *testing.T) {
func testSignVerifyECDSA2(t *testing.T) {
srv1, err := NewRR("srv.miek.nl. IN SRV 1000 800 0 web1.miek.nl.")
if err != nil {
t.Fatalf(err.Error())