r10882: fix delimited-to-string and parse-uri to correspond to franz' code
[puri-unicode.git] / puri.asd
index af10e80..0e4ea9c 100644 (file)
--- a/puri.asd
+++ b/puri.asd
@@ -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))