r10882: fix delimited-to-string and parse-uri to correspond to franz' code

This commit is contained in:
Kevin M. Rosenberg
2006-01-27 03:18:00 +00:00
parent ec30187f4b
commit 296f1e6510
4 changed files with 76 additions and 47 deletions

View File

@ -28,3 +28,6 @@
(or (funcall (intern (symbol-name '#:do-tests)
(find-package :puri-tests)))
(error "test-op failed")))
(defmethod operation-done-p ((o test-op) (c (eql (find-system 'puri-tests))))
(values nil))