[cl-openid-ticket] [cl-openid] #16: unit test error: make-auth-proc
cl-openid
cl-openid-devel at common-lisp.net
Sun Jun 5 22:28:29 UTC 2011
#16: unit test error: make-auth-proc
------------------------+---------------------------------------------------
Reporter: avodonosov | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: code | Version: 1.0 portable
Keywords: unit-test |
------------------------+---------------------------------------------------
The test output:
{{{
Did 239 checks.
Pass: 234 (97%)
Skip: 0 ( 0%)
Fail: 5 ( 2%)
Failure Details:
--------------------------------
MAKE-AUTH-PROCESS []:
Failed to signal a ERROR.
--------------------------------
--------------------------------
MAKE-AUTH-PROCESS []:
(CDR TEST-CASE) evaluated to "http://example.com/", which is not
STRING= to "http://www.iana.org/domains/example/"..
--------------------------------
--------------------------------
MAKE-AUTH-PROCESS []:
(CDR TEST-CASE) evaluated to "http://example.com/", which is not
STRING= to "http://www.iana.org/domains/example/"..
--------------------------------
--------------------------------
MAKE-AUTH-PROCESS []:
(CDR TEST-CASE) evaluated to "http://example.com/", which is not
STRING= to "http://www.iana.org/domains/example/"..
--------------------------------
--------------------------------
MAKE-AUTH-PROCESS []:
Unexpected Error: #<SIMPLE-ERROR #x210242CE2D>
Could not reach http://common-lisp.net/project/cl-openid/index.shtml/: 404
Not Found..
--------------------------------
}}}
The reason of most of these errors (except the last probably) is that
today http://example.com/ just redirects to
http://www.iana.org/domains/example/, and in particular,
http://example.com/nonexistent also redirects, and after the redirect
returns HTTP 200 OK.
--
Ticket URL: <http://trac.common-lisp.net/cl-openid/ticket/16>
cl-openid <http://common-lisp.net/project/cl-openid>
cl-openid
More information about the cl-openid-ticket
mailing list