X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=example.lisp;h=44da45792d0444a989ba8a9145ec9a1eb85e248e;hb=318cda1a328e9d99af2270c73cb13262e485a1ff;hp=ce53451183e8bab56b0d730865af147152ed2cf3;hpb=c7bc011f355411986f238987a4f97c93f66818dc;p=xlunit.git diff --git a/example.lisp b/example.lisp index ce53451..44da457 100644 --- a/example.lisp +++ b/example.lisp @@ -3,17 +3,17 @@ ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: example.lisp -;;;; Purpose: Example file for XLTest +;;;; Purpose: Example file for XLUnit ;;;; Authors: Kevin Rosenberg and Craig Brozefsky ;;;; -;;;; $Id: example.lisp,v 1.2 2003/08/04 09:46:44 kevin Exp $ +;;;; $Id: example.lisp,v 1.3 2003/08/04 09:50:33 kevin Exp $ ;;;; ************************************************************************* -(defpackage #:xltest-example - (:use #:cl #:xltest) +(defpackage #:xlunit-example + (:use #:cl #:xlunit) (:export #:math-test-suite)) -(in-package #:xltest-example) +(in-package #:xlunit-example) ;;; First we define some basic fixtures that we are going to need to ;;; perform our tests. A fixture is a place to hold data we need