X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64-tests.lisp;h=f12a8ff8e9e58768e1135a6bc164c02406a00823;hp=821165ed2b8a5eb05d91548d4f5e629fc4a5cd7f;hb=28e856fea59489fd4ec5d08c073d0a643313e622;hpb=200b860fa4d3b14ade0fb50923c716cd6d9f73f7 diff --git a/base64-tests.lisp b/base64-tests.lisp index 821165e..f12a8ff 100644 --- a/base64-tests.lisp +++ b/base64-tests.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jan 2003 ;;;; -;;;; $Id: base64-tests.lisp,v 1.2 2003/04/15 15:44:07 kevin Exp $ +;;;; $Id: base64-tests.lisp,v 1.4 2003/04/15 15:53:38 kevin Exp $ ;;;; ************************************************************************* (in-package :cl-user) @@ -59,7 +59,8 @@ (if (zerop columns) nil columns))) - :test #'string=)))))) + :test #'string=))))) + t) (defun time-routines () @@ -73,4 +74,4 @@ (time-iterations n (excl:usb8-array-to-base64-string usb8)))) -;;#+run-test (test-base64) +;;(test-base64)