X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=fc7291a14aba90f1a7598e2a913efa2209c9f8a6;hb=bee53ea40ad9caeeed1e7392d1f59127df7512ac;hp=e935fda13fbabe7f4bb5318d19439a622ff8ff54;hpb=c7bc011f355411986f238987a4f97c93f66818dc;p=xlunit.git diff --git a/package.lisp b/package.lisp index e935fda..fc7291a 100644 --- a/package.lisp +++ b/package.lisp @@ -6,15 +6,14 @@ ;;;; Purpose: Package definition for XLTEST ;;;; Authors: Kevin Rosenberg and Craig Brozefsky ;;;; -;;;; Put in public domain by Kevin Rosenberg and onShore, Inc -;;;; $Id: package.lisp,v 1.2 2003/08/04 09:46:44 kevin Exp $ +;;;; $Id: package.lisp,v 1.3 2003/08/04 09:50:33 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) -(defpackage #:xltest-framework +(defpackage #:xlunit-framework (:use #:common-lisp) - (:nicknames #:xltest #:xptest) + (:nicknames #:xlunit #:xptest) (:export ;;; Framework classes #:setup @@ -44,4 +43,3 @@ ) (:documentation "This is the XP TestSuite Framework.")) -(in-package #:xltest)