more more more

This commit is contained in:
Miek Gieben 2010-12-28 10:18:10 +01:00
parent e339e8bce6
commit fc2373cd15
1 changed files with 1 additions and 3 deletions

View File

@ -38,8 +38,6 @@ func TestSecure(t *testing.T) {
key.Algorithm = AlgRSASHA256
key.PubKey = "AwEAAcNEU67LJI5GEgF9QLNqLO1SMq1EdoQ6E9f85ha0k0ewQGCblyW2836GiVsm6k8Kr5ECIoMJ6fZWf3CQSQ9ycWfTyOHfmI3eQ/1Covhb2y4bAmL/07PhrL7ozWBW3wBfM335Ft9xjtXHPy7ztCbV9qZ4TVDTW/Iyg0PiwgoXVesz"
if ! sig.Secure([]RR{soa}, key) {
t.Log("It is not secure")
t.Fail()
if sig.Secure([]RR{soa}, key) {
}
}