X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xlunit.asd;h=c7f293af20e0faba8ba17b02fe01833ffb6388be;hb=6c233c812b0e160d80e613bb3dfcedc59514e3e9;hp=f6f3d44445fb65f61ef6b507471016ae47973ec4;hpb=53e193feda5d4cb757ef13d622fac03cf99178a2;p=xlunit.git diff --git a/xlunit.asd b/xlunit.asd index f6f3d44..c7f293a 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: xlunit.asd,v 1.3 2003/08/04 16:13:58 kevin Exp $ +;;;; $Id: xlunit.asd,v 1.5 2003/08/04 19:31:34 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -25,10 +25,10 @@ :components ((:file "package") (:file "assert") - (:file "test-case") - (:file "suite") + (:file "tcase") (:file "listener") (:file "result") + (:file "suite") (:file "textui") (:file "printer") ))