Skip to content

Instantly share code, notes, and snippets.

@KeenS
Last active December 25, 2015 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KeenS/6898642 to your computer and use it in GitHub Desktop.
Save KeenS/6898642 to your computer and use it in GitHub Desktop.
Current failing tests of clack.handler.toot
127.0.0.1 - [2013-10-09 20:48:20] "GET / HTTP/1.1" 304 0 "-" "Drakma/1.3.4 (SBCL 1.1.12.9-83de338; Linux; 3.8.0-32-generic; http://weitz.de/drakma/)"
ok 1
not ok 2
# got: NIL
# expected: #()
not ok 3 - No Content-Type
# got: T
# expected: NIL
not ok 4 - No Content-Length
# got: T
# expected: NIL
ok 5 - No Transfer-Encoding
# Looks like you failed 3 tests of 5 run.
not ok 21 - no entity headers on 304
127.0.0.1 - [2013-10-09 20:48:22] "GET /foo/bar%20bazs?x=a HTTP/1.1" 200 19 "-" "Drakma/1.3.4 (SBCL 1.1.12.9-83de338; Linux; 3.8.0-32-generic; http://weitz.de/drakma/)"
not ok 1
# got: "/foo/bar%20bazs?x=a"
# expected: "/foo/bar%20baz%73?x=a"
# Looks like you failed 1 tests of 1 run.
not ok 22 - REQUEST-URI is set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment