Changeset 13459 for trunk/abcl/test/lisp/abcl/pathname-tests.lisp
- Timestamp:
- 08/11/11 15:44:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/pathname-tests.lisp
r13373 r13459 897 897 898 898 (deftest translate-pathname.5 899 #-abcl900 899 (equal (translate-pathname "foobar" "foo*" "") 901 900 #+(or allegro clisp) #p"bar" 902 #+(or cmu sbcl lispworks) #p"foobar") 903 #+abcl 904 ;; ABCL doesn't implement this translation. Verify that it signals an error. 905 (signals-error (translate-pathname "foobar" "foo*" "") 'error) 901 #+(or cmu sbcl lispworks abcl) #p"foobar") 906 902 t) 907 903
Note: See TracChangeset
for help on using the changeset viewer.