X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xlunit.asd;h=76fbc372c1277713e90a2a5c3cff5e519a86fb7d;hb=0114e93940d17c3dd840f37a81d6fb0da66e7a25;hp=dbbb0ed9848a5282b57786231c774481ad229582;hpb=274fc70849b8122372f0e114a917f23852ce7f20;p=xlunit.git diff --git a/xlunit.asd b/xlunit.asd index dbbb0ed..76fbc37 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: xlunit.asd,v 1.7 2003/08/06 12:22:05 kevin Exp $ +;;;; $Id: xlunit.asd,v 1.9 2003/08/10 07:39:33 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -22,7 +22,6 @@ :long-description "The XLUnit package is toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck." :properties ((#:author-email . "kevin@rosenberg.net") - (#:date . "Summer 2003") ((#:albert #:output-dir) . "albert-docs/") ((#:albert #:formats) . ("docbook")) ((#:albert #:docbook #:template) . "book") @@ -42,7 +41,7 @@ )) (defmethod perform ((o test-op) (c (eql (find-system 'xlunit)))) - (operate 'load-op 'xlunit-tests :force t) + (operate 'load-op 'xlunit-tests) (operate 'test-op 'xlunit-tests :force t)) (defsystem xlunit-tests