Ignore:
Timestamp:
04/15/10 14:54:08 (13 years ago)
Author:
Mark Evenson
Message:

All URL/JAR tests now passing.

File:
1 edited

Legend:

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

    r12610 r12616  
    279279           (d (first (pathname-device p))))
    280280      (values
    281        (pathname-url-p d)
     281       (system:pathname-url-p d)
    282282       (namestring d)
    283283       (pathname-directory p) (pathname-name p) (pathname-type p)))
     
    292292           (d1 (second d)))
    293293      (values
    294        (pathname-url-p d0)
     294       (system:pathname-url-p d0)
    295295       (namestring d0)
    296296       (pathname-name d1) (pathname-type d1)
Note: See TracChangeset for help on using the changeset viewer.