X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=xlunit.asd;h=67c0fdd5647aca725bcb070a1f7c034c3be91f96;hb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;hp=f6f3d44445fb65f61ef6b507471016ae47973ec4;hpb=e6a0ad7329d3ce497ce8c9f3d0d37811b2da4811;p=xlunit.git diff --git a/xlunit.asd b/xlunit.asd index f6f3d44..67c0fdd 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.4 2003/08/04 17:04:50 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -25,7 +25,7 @@ :components ((:file "package") (:file "assert") - (:file "test-case") + (:file "tcase") (:file "suite") (:file "listener") (:file "result")