aboutsummaryrefslogtreecommitdiff
path: root/types/http_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'types/http_test.go')
-rw-r--r--types/http_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/types/http_test.go b/types/http_test.go
index 8165edf..527bcdf 100644
--- a/types/http_test.go
+++ b/types/http_test.go
@@ -57,6 +57,15 @@ func TestSignedTreeHeadToHTTP(t *testing.T) {
compareHeaderWithMap(t, description, hdr, want)
}
+func TestConsistencyProofToHTTP(t *testing.T) { // TODO
+}
+
+func TestInclusionProofToHTTP(t *testing.T) { // TODO
+}
+
+func TestLeafToHTTP(t *testing.T) { // TODO
+}
+
func TestSignedTreeHeadFromHTTP(t *testing.T) {
for _, table := range []struct {
description string