close Warning: Can't synchronize with repository "(default)" (/project/cl-openid/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 13 years ago

Closed 13 years ago

#16 closed defect (fixed)

unit test error: make-auth-proc

Reported by: avodonosov Owned by:
Priority: major Milestone:
Component: code Version: 1.0 portable
Keywords: unit-test Cc:

Description

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.

Change History (1)

comment:1 Changed 13 years ago by avodonosov

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.