Ignore:
Timestamp:
07/04/11 14:03:33 (12 years ago)
Author:
Mark Evenson
Message:

PATHNAME.URI-ENCODING.1 is not actually failing.

But PATHNAME.URI-ENCODING.2 definitely is, which should be addressed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/pathname-tests.lisp

    r13294 r13373  
    16871687       (equal s
    16881688              (namestring (pathname s))))
    1689      'file-error)
     1689     'error)
    16901690  t)
    16911691
    16921692(deftest pathname.uri-encoding.2
    1693     (equal "/path with/uri-escaped/?characters/"
    1694            (namestring (pathname "file:/path%20with/uri-escaped/%3fcharacters/")))
     1693    (string-equal "/path with/uri-escaped/?characters/"
     1694                  (namestring (pathname "file:/path%20with/uri-escaped/%3fcharacters/")))
    16951695  t)
    16961696
Note: See TracChangeset for help on using the changeset viewer.