More exhaustive test

This commit is contained in:
Jay McCarthy 2010-12-04 23:17:25 -07:00
parent b5a39d03e4
commit 78a65f0662

View File

@ -1,3 +1,6 @@
#lang racket/base
(require web-server/http/response-structs
web-server/compat/0/http/response-structs)
(require web-server/compat/0/coerce
web-server/http/response-structs
web-server/compat/0/http/response-structs
web-server/http/cookie
web-server/compat/0/http/cookie)